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"
}
}