diff --git a/src/public/app/widgets/type_widgets/options/appearance/code_block.js b/src/public/app/widgets/type_widgets/options/appearance/code_block.js index 388f902dd..d974ccbef 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/code_block.js +++ b/src/public/app/widgets/type_widgets/options/appearance/code_block.js @@ -25,7 +25,7 @@ const TPL = `
- +
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 9775f5482..081be5b3a 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1505,5 +1505,8 @@ "title": "Code Syntax Highlighting for Text Notes", "description": "Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.", "color-scheme": "Color Scheme" + }, + "code_block": { + "word_wrapping": "Word wrapping" } } diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index c3c48c411..78cdb6eac 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1505,5 +1505,8 @@ "color-scheme": "Temă de culori", "title": "Evidențiere de sintaxă pentru notițele de tip text", "description": "Controlează evidențierea de sintaxă pentru blocurile de cod în interiorul notițelor text, notițele de tip cod nu vor fi afectate de aceste setări." + }, + "code_block": { + "word_wrapping": "Încadrare text" } }