summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/email_authentication_settings.jsx
diff options
context:
space:
mode:
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
+}