From dba2deabb06aa5092bc634687294fa5c8cecd8bd Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Wed, 17 Aug 2016 11:16:53 -0400 Subject: Fix typo in admin.service.siteURLDescription (#3818) * Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx --- 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 ae8a2d260..47b2288e3 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -653,7 +653,7 @@ "admin.service.sessionCacheDesc": "The number of minutes to cache a session in memory.", "admin.service.sessionDaysEx": "Ex \"30\"", "admin.service.siteURL": "Site URL:", - "admin.service.siteURLDescription": "The URL, including post number and protocol, that users will use to access Mattermost. Leave blank to automatically configure based on incoming traffic.", + "admin.service.siteURLDescription": "The URL, including port number and protocol, that users will use to access Mattermost. Leave blank to automatically configure based on incoming traffic.", "admin.service.siteURLExample": "Ex \"https://mattermost.example.com:1234\"", "admin.service.ssoSessionDays": "Session length SSO (days):", "admin.service.ssoSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. If the authentication method is SAML or GitLab, the user may automatically be logged back in to Mattermost if they are already logged in to SAML or GitLab. After changing this setting, the setting will take effect after the next time the user enters their credentials.", -- cgit v1.2.3-1-g7c22