summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/sync_now_button.jsx
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-06 15:27:32 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 16:27:32 -0300
commit449b0665983bf83f1be7293b1bcc5d261dfcda02 (patch)
tree457c10be9b4d950de54c080291f6ada2ebf4a25d /webapp/components/admin_console/sync_now_button.jsx
parentb8927e4bfa388337c5911264b3df81738137df7e (diff)
downloadchat-449b0665983bf83f1be7293b1bcc5d261dfcda02.tar.gz
chat-449b0665983bf83f1be7293b1bcc5d261dfcda02.tar.bz2
chat-449b0665983bf83f1be7293b1bcc5d261dfcda02.zip
PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)
Diffstat (limited to 'webapp/components/admin_console/sync_now_button.jsx')
-rw-r--r--webapp/components/admin_console/sync_now_button.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/sync_now_button.jsx b/webapp/components/admin_console/sync_now_button.jsx
index 7b08b241d..e91f902bf 100644
--- a/webapp/components/admin_console/sync_now_button.jsx
+++ b/webapp/components/admin_console/sync_now_button.jsx
@@ -68,7 +68,7 @@ export default class SyncNowButton extends React.Component {
let helpText = (
<FormattedHTMLMessage
id='admin.ldap.syncNowHelpText'
- defaultMessage='Initiates an LDAP synchronization immediately.'
+ defaultMessage='Initiates an AD/LDAP synchronization immediately.'
/>
);
@@ -84,7 +84,7 @@ export default class SyncNowButton extends React.Component {
contents = (
<FormattedMessage
id='admin.ldap.sync_button'
- defaultMessage='LDAP Synchronize Now'
+ defaultMessage='AD/LDAP Synchronize Now'
/>
);
}