[DE] Add placeholder for role name

This commit is contained in:
Julia Radzhabova
2023-07-04 18:48:33 +03:00
parent 552b7a6ea1
commit ccfa14d00e
2 changed files with 4 additions and 1 deletions

View File

@ -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 || {}));
});

View File

@ -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",