Change title for signature dialog.
This commit is contained in:
parent
d8f87beaa2
commit
f9e19ea473
|
@ -208,6 +208,6 @@ define([
|
||||||
txtEmpty: 'This field is required',
|
txtEmpty: 'This field is required',
|
||||||
textAllowComment: 'Allow signer to add comment in the signature dialog',
|
textAllowComment: 'Allow signer to add comment in the signature dialog',
|
||||||
textShowDate: 'Show sign date in signature line',
|
textShowDate: 'Show sign date in signature line',
|
||||||
textTitle: 'Signature Settings'
|
textTitle: 'Signature Setup'
|
||||||
}, Common.Views.SignSettingsDialog || {}))
|
}, Common.Views.SignSettingsDialog || {}))
|
||||||
});
|
});
|
|
@ -292,7 +292,7 @@
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
||||||
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
||||||
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
||||||
"Common.Views.SignSettingsDialog.textTitle": "Signature Settings",
|
"Common.Views.SignSettingsDialog.textTitle": "Signature Setup",
|
||||||
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
||||||
"DE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
"DE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
||||||
"DE.Controllers.LeftMenu.newDocumentTitle": "Unnamed document",
|
"DE.Controllers.LeftMenu.newDocumentTitle": "Unnamed document",
|
||||||
|
|
|
@ -215,7 +215,7 @@
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
||||||
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
||||||
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
||||||
"Common.Views.SignSettingsDialog.textTitle": "Signature Settings",
|
"Common.Views.SignSettingsDialog.textTitle": "Signature Setup",
|
||||||
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
||||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Unnamed presentation",
|
"PE.Controllers.LeftMenu.newDocumentTitle": "Unnamed presentation",
|
||||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Requesting editing rights...",
|
"PE.Controllers.LeftMenu.requestEditRightsText": "Requesting editing rights...",
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
|
||||||
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
|
||||||
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
|
||||||
"Common.Views.SignSettingsDialog.textTitle": "Signature Settings",
|
"Common.Views.SignSettingsDialog.textTitle": "Signature Setup",
|
||||||
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
|
||||||
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
|
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
|
||||||
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
||||||
|
|
Loading…
Reference in a new issue