From fa25dc715f70b5e78cfbe2b656a00ee0310b2be7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 21 Nov 2014 17:00:30 +0200 Subject: [PATCH] avatar 2 --- application/Espo/Resources/i18n/en_US/User.json | 3 +-- frontend/client/src/views/modals/image-crop.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/User.json b/application/Espo/Resources/i18n/en_US/User.json index c3c0140b9b..488c735edf 100644 --- a/application/Espo/Resources/i18n/en_US/User.json +++ b/application/Espo/Resources/i18n/en_US/User.json @@ -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.", diff --git a/frontend/client/src/views/modals/image-crop.js b/frontend/client/src/views/modals/image-crop.js index 9fdb233a33..f6f4b89474 100644 --- a/frontend/client/src/views/modals/image-crop.js +++ b/frontend/client/src/views/modals/image-crop.js @@ -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 = [ {