summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2016-11-14 13:32:55 +0100
committerChristopher Speller <crspeller@gmail.com>2016-11-14 07:32:55 -0500
commitef080a0a10e58e46a1f65e3dd352234e7ccd5aa9 (patch)
tree298210bae00ff3cafb4634c6d8062d21fcd51a5b /webapp/i18n
parenta6d6880d998724028ff644754a1ccce91c77ed2c (diff)
downloadchat-ef080a0a10e58e46a1f65e3dd352234e7ccd5aa9.tar.gz
chat-ef080a0a10e58e46a1f65e3dd352234e7ccd5aa9.tar.bz2
chat-ef080a0a10e58e46a1f65e3dd352234e7ccd5aa9.zip
Fix Terms and Privacy links (#4506)
* Fix Terms and Privacy links github issue https://github.com/mattermost/platform/issues/4156 * fix eslint * revert per request * add missing end blank line
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 466861847..fb45dd0cf 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1109,7 +1109,7 @@
"create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.",
"create_post.tutorialTip": "<h4>Sending Messages</h4><p>Type here to write a message and press <strong>ENTER</strong> to post it.</p><p>Click the <strong>Attachment</strong> button to upload an image or a file.</p>",
"create_post.write": "Write a message...",
- "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a href='/static/help/terms.html'>Terms of Service</a> and <a href='/static/help/privacy.html'>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
+ "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a href={TermsOfServiceLink}>Terms of Service</a> and <a href={PrivacyPolicyLink}>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
"create_team.display_name.back": "Back to previous step",
"create_team.display_name.charLength": "Name must be 2 or more characters up to a maximum of 15",
"create_team.display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.",