diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js
index 25f5d4c8b..ab888187c 100644
--- a/apps/documenteditor/main/app/view/FileMenuPanels.js
+++ b/apps/documenteditor/main/app/view/FileMenuPanels.js
@@ -2449,7 +2449,7 @@ define([
notcriticalErrorTitle: 'Warning',
txtEditWarning: 'Editing will remove the signatures from the document.
Are you sure you want to continue?',
strEncrypt: 'With Password',
- txtProtectDocument: 'Protect this document with a password',
+ txtProtectDocument: 'Encrypt this document with a password',
txtEncrypted: 'A password is required to open this document',
txtAddSignature: 'Ensure the integrity of the document by adding an
invisible digital signature',
txtAddedSignature: 'Valid signatures have been added to the document.
The document is protected from editing.'
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index dec662451..dc389a0de 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -1970,7 +1970,7 @@
"DE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the document. The document is protected from editing.",
"DE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in the document are invalid or could not be verified. The document is protected from editing.",
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
- "DE.Views.FileMenuPanels.ProtectDoc.txtProtectDocument": "Protect this document with a password",
+ "DE.Views.FileMenuPanels.ProtectDoc.txtProtectDocument": "Encrypt this document with a password",
"DE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the document by adding an
invisible digital signature",
"DE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the document.
The document is protected from editing.",
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js
index 4e57262fa..623cc80f8 100644
--- a/apps/presentationeditor/main/app/view/FileMenuPanels.js
+++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js
@@ -1919,7 +1919,7 @@ define([
notcriticalErrorTitle: 'Warning',
txtEditWarning: 'Editing will remove the signatures from the presentation.
Are you sure you want to continue?',
strEncrypt: 'With Password',
- txtProtectPresentation: 'Protect this presentation with a password',
+ txtProtectPresentation: 'Encrypt this presentation with a password',
txtEncrypted: 'A password is required to open this presentation',
txtAddSignature: 'Ensure the integrity of the presentation by adding an
invisible digital signature',
txtAddedSignature: 'Valid signatures have been added to the presentation.
The presentation is protected from editing.'
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json
index fb916a497..10f6b63ca 100644
--- a/apps/presentationeditor/main/locale/en.json
+++ b/apps/presentationeditor/main/locale/en.json
@@ -1861,7 +1861,7 @@
"PE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the presentation. The presentation is protected from editing.",
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.",
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
- "PE.Views.FileMenuPanels.ProtectDoc.txtProtectPresentation": "Protect this presentation with a password",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtProtectPresentation": "Encrypt this presentation with a password",
"PE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the presentation by adding an
invisible digital signature",
"PE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the presentation.
The presentation is protected from editing.",
"PE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
index 39ddbd273..97ededbf5 100644
--- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
@@ -2316,7 +2316,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
notcriticalErrorTitle: 'Warning',
txtEditWarning: 'Editing will remove the signatures from the workbook.
Are you sure you want to continue?',
strEncrypt: 'With Password',
- txtProtectSpreadsheet: 'Protect this spreadsheet with a password',
+ txtProtectSpreadsheet: 'Encrypt this spreadsheet with a password',
txtEncrypted: 'A password is required to open this spreadsheet',
txtAddSignature: 'Ensure the integrity of the spreadsheet by adding an
invisible digital signature',
txtAddedSignature: 'Valid signatures have been added to the spreadsheet.
The spreadsheet is protected from editing.'
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index f6bdf4fbc..30d6cc8e2 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -2450,7 +2450,7 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.",
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.",
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtProtectSpreadsheet": "Protect this spreadsheet with a password",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtProtectSpreadsheet": "Encrypt this spreadsheet with a password",
"SSE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the spreadsheet by adding an
invisible digital signature",
"SSE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the spreadsheet.
The spreadsheet is protected from editing.",
"SSE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Download as",