From ef080a0a10e58e46a1f65e3dd352234e7ccd5aa9 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 14 Nov 2016 13:32:55 +0100 Subject: 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 --- webapp/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/i18n/en.json') 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": "

Sending Messages

Type here to write a message and press ENTER to post it.

Click the Attachment button to upload an image or a file.

", "create_post.write": "Write a message...", - "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. 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 Terms of Service and Privacy Policy. 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.", -- cgit v1.2.3-1-g7c22