diff --git a/apps/documenteditor/mobile/app/template/Settings.template b/apps/documenteditor/mobile/app/template/Settings.template
index eeeca441c..c9499b1b5 100644
--- a/apps/documenteditor/mobile/app/template/Settings.template
+++ b/apps/documenteditor/mobile/app/template/Settings.template
@@ -106,7 +106,7 @@
-
Advanced Settings
+
<%= scope.textAdvancedSettings %>
diff --git a/apps/documenteditor/mobile/app/view/Settings.js b/apps/documenteditor/mobile/app/view/Settings.js
index 3189471a4..83c434940 100644
--- a/apps/documenteditor/mobile/app/view/Settings.js
+++ b/apps/documenteditor/mobile/app/view/Settings.js
@@ -276,7 +276,8 @@ define([
textTop: 'Top',
textLeft: 'Left',
textBottom: 'Bottom',
- textRight: 'Right'
+ textRight: 'Right',
+ textAdvancedSettings: 'Advanced Settings'
}
})(), DE.Views.Settings || {}))