mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
[DE] Add placeholder for role name
This commit is contained in:
@ -90,6 +90,7 @@ define([
|
||||
allowBlank : false,
|
||||
blankError : me.textEmptyError,
|
||||
style : 'width: 100%;',
|
||||
placeHolder: me.textNameEx,
|
||||
validateOnBlur: false,
|
||||
validation : function(value) {
|
||||
value = value.trim();
|
||||
@ -214,6 +215,7 @@ define([
|
||||
textName: 'Role name',
|
||||
textEmptyError: 'Role name must not be empty.',
|
||||
textNoHighlight: 'No highlighting',
|
||||
errNameExists: 'Role with such a name already exists.'
|
||||
errNameExists: 'Role with such a name already exists.',
|
||||
textNameEx: 'Example: Applicant, Client, Sales Rep'
|
||||
}, DE.Views.RoleEditDlg || {}));
|
||||
});
|
||||
@ -2805,6 +2805,7 @@
|
||||
"DE.Views.RoleEditDlg.textNoHighlight": "No highlighting",
|
||||
"DE.Views.RoleEditDlg.txtTitleEdit": "Edit Role",
|
||||
"DE.Views.RoleEditDlg.txtTitleNew": "Create New Role",
|
||||
"DE.Views.RoleEditDlg.textNameEx": "Example: Applicant, Client, Sales Rep",
|
||||
"DE.Views.RolesManagerDlg.closeButtonText": "Close",
|
||||
"DE.Views.RolesManagerDlg.textAnyone": "Anyone",
|
||||
"DE.Views.RolesManagerDlg.textDelete": "Delete",
|
||||
|
||||
Reference in New Issue
Block a user