From 26ec8ffc3edc01fde2189f3465112c88fee5435b Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Fri, 18 Aug 2017 15:02:06 -0400 Subject: Rename SAML in the System Console to SAML 2.0 + access token string fixes (#7182) * Update en.json * Update en.json * Update admin_sidebar.jsx * Update saml_settings.jsx --- i18n/en.json | 12 ++++++------ webapp/components/admin_console/admin_sidebar.jsx | 2 +- webapp/components/admin_console/saml_settings.jsx | 6 +++--- webapp/i18n/en.json | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 69b6f75f5..900a6865f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2357,15 +2357,15 @@ }, { "id": "api.templates.user_access_token_body.info", - "translation": "A user access token was added to your account on {{ .SiteURL }}. They can be used to access {{.SiteName}} with your account.
If this change wasn't initiated by you, please contact your system administrator." + "translation": "A personal access token was added to your account on {{ .SiteURL }}. They can be used to access {{.SiteName}} with your account.
If this change wasn't initiated by you, please contact your system administrator." }, { "id": "api.templates.user_access_token_body.title", - "translation": "User access token added to your account" + "translation": "Personal access token added to your account" }, { "id": "api.templates.user_access_token_subject", - "translation": "[{{ .SiteName }}] User access token added to your account" + "translation": "[{{ .SiteName }}] Personal access token added to your account" }, { "id": "api.templates.username_change_body.info", @@ -2689,7 +2689,7 @@ }, { "id": "api.user.saml.not_available.app_error", - "translation": "SAML is not configured or supported on this server." + "translation": "SAML 2.0 is not configured or supported on this server." }, { "id": "api.user.send_email_change_email_and_forget.error", @@ -2725,7 +2725,7 @@ }, { "id": "api.user.send_user_access_token.error", - "translation": "Failed to send user access token added email successfully" + "translation": "Failed to send personal access token added email successfully" }, { "id": "api.user.send_verify_email_and_forget.failed.error", @@ -3921,7 +3921,7 @@ }, { "id": "ent.saml.service_disable.app_error", - "translation": "SAML is not configured or supported on this server." + "translation": "SAML 2.0 is not configured or supported on this server." }, { "id": "ent.saml.update_saml_user.unable_error", diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx index 0073a2040..f417cfe56 100644 --- a/webapp/components/admin_console/admin_sidebar.jsx +++ b/webapp/components/admin_console/admin_sidebar.jsx @@ -125,7 +125,7 @@ export default class AdminSidebar extends React.Component { title={ } /> diff --git a/webapp/components/admin_console/saml_settings.jsx b/webapp/components/admin_console/saml_settings.jsx index 2358660da..98c02e571 100644 --- a/webapp/components/admin_console/saml_settings.jsx +++ b/webapp/components/admin_console/saml_settings.jsx @@ -144,7 +144,7 @@ export default class SamlSettings extends AdminSettings { return ( ); } @@ -318,13 +318,13 @@ export default class SamlSettings extends AdminSettings { label={ } helpText={ } value={this.state.enable} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 00593e38d..3e07518c5 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -146,7 +146,7 @@ "admin.authentication.gitlab": "GitLab", "admin.authentication.ldap": "AD/LDAP", "admin.authentication.oauth": "OAuth 2.0", - "admin.authentication.saml": "SAML", + "admin.authentication.saml": "SAML 2.0", "admin.banner.heading": "Note:", "admin.cluster.enableDescription": "When true, Mattermost will run in High Availability mode. Please see documentation to learn more about configuring High Availability for Mattermost.", "admin.cluster.enableTitle": "Enable High Availability Mode:", @@ -719,8 +719,8 @@ "admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.", "admin.saml.emailAttrEx": "E.g.: \"Email\" or \"PrimaryEmail\"", "admin.saml.emailAttrTitle": "Email Attribute:", - "admin.saml.enableDescription": "When true, Mattermost allows login using SAML. Please see documentation to learn more about configuring SAML for Mattermost.", - "admin.saml.enableTitle": "Enable Login With SAML:", + "admin.saml.enableDescription": "When true, Mattermost allows login using SAML 2.0. Please see documentation to learn more about configuring SAML for Mattermost.", + "admin.saml.enableTitle": "Enable Login With SAML 2.0:", "admin.saml.encryptDescription": "When false, Mattermost will not decrypt SAML Assertions encrypted with your Service Provider Public Certificate. Not recommended for production environments. For testing only.", "admin.saml.encryptTitle": "Enable Encryption:", "admin.saml.firstnameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost.", @@ -895,7 +895,7 @@ "admin.sidebar.push": "Mobile Push", "admin.sidebar.rateLimiting": "Rate Limiting", "admin.sidebar.reports": "REPORTING", - "admin.sidebar.saml": "SAML", + "admin.sidebar.saml": "SAML 2.0", "admin.sidebar.security": "Security", "admin.sidebar.sessions": "Sessions", "admin.sidebar.settings": "SETTINGS", -- cgit v1.2.3-1-g7c22