avatar 2
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
"Username": "Username",
|
||||
"Email Address": "Email Address",
|
||||
"Password": "Password",
|
||||
"Login": "Login",
|
||||
"Setup Avatar": "Setup Avatar"
|
||||
"Login": "Login"
|
||||
},
|
||||
"tooltips": {
|
||||
"defaultTeam": "All records created by this user will be related to this team by default.",
|
||||
|
||||
@@ -44,7 +44,7 @@ Espo.define('Views.Modals.ImageCrop', ['Views.Modal', 'lib!Cropper'], function (
|
||||
},
|
||||
|
||||
setup: function () {
|
||||
this.header = this.translate('Setup Avatar', 'labels', 'User');
|
||||
this.header = null;
|
||||
|
||||
this.buttons = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user