From 3f333678d8b1f73dd66dca9a1a390169aaebaac8 Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 16 Jun 2016 05:44:02 -0700 Subject: PLT-2971 Added email footer for address (#3319) * Added email footer for address * added default * Update html.go * Changed according to PM --- webapp/i18n/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 6fdc3c063..481dc4ba4 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -157,6 +157,9 @@ "admin.email.notificationEmailDescription": "Email address displayed on email account used when sending notification emails from Mattermost.", "admin.email.notificationEmailExample": "Ex: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", "admin.email.notificationEmailTitle": "Notification Email Address:", + "admin.email.notificationOrganization": "Notification Footer Address", + "admin.email.notificationOrganizationDescription": "Organization name and address displayed on email notifications from Mattermost, such as \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". If the field is left empty, the organization name and address will not be displayed.", + "admin.email.nofificationOrganizationExample": "Ex. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", "admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.
Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).", "admin.email.notificationsTitle": "Send Email Notifications: ", "admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Re-Generate\" to create new salt.", -- cgit v1.2.3-1-g7c22