summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/email_authentication_settings.jsx
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-07-05 07:26:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-05 07:26:22 -0400
commitd2e93e1bee8bbf18c88bbabd7bf43239c4d23199 (patch)
tree6e12d8e99ba6f70f4031bf786fc8fbca8cac07b6 /webapp/components/admin_console/email_authentication_settings.jsx
parent0557c03d11f3620b03db809dbe34f184341fea0d (diff)
downloadchat-d2e93e1bee8bbf18c88bbabd7bf43239c4d23199.tar.gz
chat-d2e93e1bee8bbf18c88bbabd7bf43239c4d23199.tar.bz2
chat-d2e93e1bee8bbf18c88bbabd7bf43239c4d23199.zip
Major update to System Console labelling (#3398)
Diffstat (limited to 'webapp/components/admin_console/email_authentication_settings.jsx')
-rw-r--r--webapp/components/admin_console/email_authentication_settings.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/components/admin_console/email_authentication_settings.jsx b/webapp/components/admin_console/email_authentication_settings.jsx
index a49062eb6..60150da17 100644
--- a/webapp/components/admin_console/email_authentication_settings.jsx
+++ b/webapp/components/admin_console/email_authentication_settings.jsx
@@ -50,7 +50,7 @@ export default class EmailAuthenticationSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.email.allowSignupTitle'
- defaultMessage='Allow Sign Up With Email: '
+ defaultMessage='Enable account creation with email: '
/>
}
helpText={
@@ -67,7 +67,7 @@ export default class EmailAuthenticationSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.email.allowEmailSignInTitle'
- defaultMessage='Allow Sign In With Email: '
+ defaultMessage='Enable sign-in with email: '
/>
}
helpText={
@@ -84,7 +84,7 @@ export default class EmailAuthenticationSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.email.allowUsernameSignInTitle'
- defaultMessage='Allow Sign In With Username: '
+ defaultMessage='Enable sign-in with username: '
/>
}
helpText={
@@ -99,4 +99,4 @@ export default class EmailAuthenticationSettings extends AdminSettings {
</SettingsGroup>
);
}
-} \ No newline at end of file
+}