diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 79b5af05c..a9acd93be 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -378,7 +378,7 @@ define([ tipCheckBox: 'Insert checkbox', tipRadioBox: 'Insert radio button', tipImageField: 'Insert image', - tipViewForm: 'Fill form mode', + tipViewForm: 'View form', textNoHighlight: 'No highlighting', textNewColor: 'Add New Custom Color', textClear: 'Clear Fields', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index d5e0db48f..56fa10dc8 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1742,7 +1742,7 @@ "DE.Views.FormsTab.tipImageField": "Insert image", "DE.Views.FormsTab.tipRadioBox": "Insert radio button", "DE.Views.FormsTab.tipTextField": "Insert text field", - "DE.Views.FormsTab.tipViewForm": "Fill form mode", + "DE.Views.FormsTab.tipViewForm": "View form", "DE.Views.FormsTab.textClear": "Clear Fields", "DE.Views.FormsTab.capBtnPrev": "Previous Field", "DE.Views.FormsTab.capBtnNext": "Next Field",