summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-03-07 07:49:31 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-03-07 07:49:31 -0500
commit0387ac799792fdd0684b863bb029813bbb3eccf7 (patch)
treeab4c38091368145241eb165d3c9cb3ded6a8bef1 /web/react
parenta586f5ffbc70c20129521a08d8846a8fd89832c7 (diff)
parent93b8fdc9e4c1c8e074a46a7f96674e812adf36ec (diff)
downloadchat-0387ac799792fdd0684b863bb029813bbb3eccf7.tar.gz
chat-0387ac799792fdd0684b863bb029813bbb3eccf7.tar.bz2
chat-0387ac799792fdd0684b863bb029813bbb3eccf7.zip
Merge pull request #2339 from ZBoxApp/PLT-2218
PLT-2218: Notification email footer is translated based on the sender's language
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/admin_console/license_settings.jsx7
1 files changed, 2 insertions, 5 deletions
diff --git a/web/react/components/admin_console/license_settings.jsx b/web/react/components/admin_console/license_settings.jsx
index fdbe912ef..d4dfa13f2 100644
--- a/web/react/components/admin_console/license_settings.jsx
+++ b/web/react/components/admin_console/license_settings.jsx
@@ -120,8 +120,7 @@ class LicenseSettings extends React.Component {
expires: Utils.displayDate(parseInt(global.window.mm_license.ExpiresAt, 10)),
ldap: global.window.mm_license.LDAP
}}
- defaultMessage='<div><p>This compiled release of Mattermost platform is provided under a <a href="http://mattermost.com" target="_blank">commercial license</a>
- from Mattermost, Inc. based on your subscription level and is subject to the <a href="{terms}" target="_blank">Terms of Service.</a></p>
+ defaultMessage='<div><p>This compiled release of Mattermost platform is provided under a <a href="http://mattermost.com" target="_blank">commercial license</a> from Mattermost, Inc. based on your subscription level and is subject to the <a href="{terms}" target="_blank">Terms of Service.</a></p>
<p>Your subscription details are as follows:</p>
Name: {name}<br />
Company or organization name: {company}<br/>
@@ -152,9 +151,7 @@ class LicenseSettings extends React.Component {
<p className='help-text'>
<FormattedHTMLMessage
id='admin.licence.keyMigration'
- defaultMessage='If you’re migrating servers you may need to remove your license key from this server in order to install it on a new server. To start,
- <a href="http://mattermost.com" target="_blank">disable all Enterprise Edition features on this server</a>.
- This will enable the ability to remove the license key and downgrade this server from Enterprise Edition to Team Edition.'
+ defaultMessage='If you’re migrating servers you may need to remove your license key from this server in order to install it on a new server. To start, <a href="http://mattermost.com" target="_blank">disable all Enterprise Edition features on this server</a>. This will enable the ability to remove the license key and downgrade this server from Enterprise Edition to Team Edition.'
/>
</p>
</div>