Skip to content

Commit 922d0ba

Browse files
committed
fix: correct label text for wrap lines setting in settings fields
1 parent f81ec74 commit 922d0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/settings/settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function get_settings_fields(): array {
164164
'wrap_lines' => [
165165
'name' => __( 'Wrap Lines', 'code-snippets' ),
166166
'type' => 'checkbox',
167-
'label' => __( 'Soft-wrap long lines of code instead of horizontally scrolling.', 'code-snippets' ),
167+
'label' => __( 'Softwrap long lines of code instead of horizontally scrolling.', 'code-snippets' ),
168168
'codemirror' => 'lineWrapping',
169169
],
170170
'code_folding' => [

0 commit comments

Comments
 (0)