Skip to content

Commit

Permalink
remove 'with' from strings (mattermost#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Nov 14, 2018
1 parent aa135a4 commit ae9f389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1763,9 +1763,9 @@ export default {
label: t('admin.saml.loginButtonTextTitle'),
label_default: 'Login Button Text:',
placeholder: t('admin.saml.loginButtonTextEx'),
placeholder_default: 'E.g.: "With OKTA"',
placeholder_default: 'E.g.: "OKTA"',
help_text: t('admin.saml.loginButtonTextDesc'),
help_text_default: '(Optional) The text that appears in the login button on the login page. Defaults to "With SAML".',
help_text_default: '(Optional) The text that appears in the login button on the login page. Defaults to "SAML".',
isDisabled: needsUtils.stateValueFalse('SamlSettings.Enable'),
},
],
Expand Down
4 changes: 2 additions & 2 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,8 @@
"admin.saml.localeAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the language of users in Mattermost.",
"admin.saml.localeAttrEx": "E.g.: \"Locale\" or \"PrimaryLanguage\"",
"admin.saml.localeAttrTitle": "Preferred Language Attribute:",
"admin.saml.loginButtonTextDesc": "(Optional) The text that appears in the login button on the login page. Defaults to \"With SAML\".",
"admin.saml.loginButtonTextEx": "E.g.: \"With OKTA\"",
"admin.saml.loginButtonTextDesc": "(Optional) The text that appears in the login button on the login page. Defaults to \"SAML\".",
"admin.saml.loginButtonTextEx": "E.g.: \"OKTA\"",
"admin.saml.loginButtonTextTitle": "Login Button Text:",
"admin.saml.nicknameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the nickname of users in Mattermost.",
"admin.saml.nicknameAttrEx": "E.g.: \"Nickname\"",
Expand Down

0 comments on commit ae9f389

Please sign in to comment.