summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/session_settings.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-08-02 04:12:52 -0800
committerChristopher Speller <crspeller@gmail.com>2016-08-02 08:12:52 -0400
commit42e74b509dc8a1be7798c030b1ad80f6c2755a73 (patch)
tree5a1961a5db11be404dfb9dd51b229837ba82a7c2 /webapp/components/admin_console/session_settings.jsx
parentbc511dc18642cddc22ca4e3c6eb20f05737e2d5f (diff)
downloadchat-42e74b509dc8a1be7798c030b1ad80f6c2755a73.tar.gz
chat-42e74b509dc8a1be7798c030b1ad80f6c2755a73.tar.bz2
chat-42e74b509dc8a1be7798c030b1ad80f6c2755a73.zip
PLT-3691 tweaking sytem console text (#3712)
Diffstat (limited to 'webapp/components/admin_console/session_settings.jsx')
-rw-r--r--webapp/components/admin_console/session_settings.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/webapp/components/admin_console/session_settings.jsx b/webapp/components/admin_console/session_settings.jsx
index 075b1e596..c69c76861 100644
--- a/webapp/components/admin_console/session_settings.jsx
+++ b/webapp/components/admin_console/session_settings.jsx
@@ -56,14 +56,14 @@ export default class SessionSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.service.webSessionDays'
- defaultMessage='Session length for email and LDAP authentication (days):'
+ defaultMessage='Session length LDAP and email (days):'
/>
}
placeholder={Utils.localizeMessage('admin.service.sessionDaysEx', 'Ex "30"')}
helpText={
<FormattedMessage
id='admin.service.webSessionDaysDesc'
- defaultMessage='Email or LDAP sessions will expire after the number of days specified and will require users to sign in again.'
+ defaultMessage='The number of days from the last time a user entered their credentials to the expiry of the users session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.'
/>
}
value={this.state.sessionLengthWebInDays}
@@ -74,14 +74,14 @@ export default class SessionSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.service.mobileSessionDays'
- defaultMessage='Session length for mobile apps (days):'
+ defaultMessage='Session length mobile (days):'
/>
}
placeholder={Utils.localizeMessage('admin.service.sessionDaysEx', 'Ex "30"')}
helpText={
<FormattedMessage
id='admin.service.mobileSessionDaysDesc'
- defaultMessage='Mobile sessions will expire after the number of days specified and will require users to sign in again.'
+ defaultMessage='The number of days from the last time a user entered their credentials to the expiry of the users session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.'
/>
}
value={this.state.sessionLengthMobileInDays}
@@ -92,14 +92,14 @@ export default class SessionSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.service.ssoSessionDays'
- defaultMessage='Session length for GitLab SSO authentication (days):'
+ defaultMessage='Session length SSO (days):'
/>
}
placeholder={Utils.localizeMessage('admin.service.sessionDaysEx', 'Ex "30"')}
helpText={
<FormattedMessage
id='admin.service.ssoSessionDaysDesc'
- defaultMessage='GitLab single-sign-on sessions will expire after the number of days specified and will require users to sign in again.'
+ defaultMessage='The number of days from the last time a user entered their credentials to the expiry of the users 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. '
/>
}
value={this.state.sessionLengthSSOInDays}