From f0d98542e495b88b5f82ede429eecb5e4ad3736c Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 25 Sep 2018 10:52:00 +0300 Subject: [PATCH] cleanup --- application/Espo/Resources/i18n/en_US/User.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/User.json b/application/Espo/Resources/i18n/en_US/User.json index 8fd2342d06..c949b4ff70 100644 --- a/application/Espo/Resources/i18n/en_US/User.json +++ b/application/Espo/Resources/i18n/en_US/User.json @@ -70,10 +70,6 @@ }, "messages": { "passwordWillBeSent": "Password will be sent to user's email address.", - "accountInfoEmailSubject": "EspoCRM User Access Info", - "accountInfoEmailBody": "Your access information:\n\nUsername: {userName}\nPassword: {password}\n\n{siteUrl}", - "passwordChangeLinkEmailSubject": "Change Password Request", - "passwordChangeLinkEmailBody": "You can change your password by following this link {link}. This unique URL will be expired soon.", "passwordChanged": "Password has been changed", "userCantBeEmpty": "Username can not be empty", "wrongUsernamePasword": "Wrong username/password",