summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/system_users
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-04-25 02:18:05 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-04-24 20:18:05 -0400
commitcb668b92832193df7549c5a16543dcdfed44be56 (patch)
treedec92010563289aab88a7e9e6f3277f2573a9892 /webapp/components/admin_console/system_users
parent046a0ae11609b9d6f8a64084bcef175a37168e0f (diff)
downloadchat-cb668b92832193df7549c5a16543dcdfed44be56.tar.gz
chat-cb668b92832193df7549c5a16543dcdfed44be56.tar.bz2
chat-cb668b92832193df7549c5a16543dcdfed44be56.zip
[PLT-2181] Change wording for deactivating a user from "Make Inactive" to "Deactivate" (#6106)
* change text to fix issue PLT-2181 * update strings * update per review
Diffstat (limited to 'webapp/components/admin_console/system_users')
-rw-r--r--webapp/components/admin_console/system_users/system_users_dropdown.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/system_users/system_users_dropdown.jsx b/webapp/components/admin_console/system_users/system_users_dropdown.jsx
index c6bf61b8f..262b42929 100644
--- a/webapp/components/admin_console/system_users/system_users_dropdown.jsx
+++ b/webapp/components/admin_console/system_users/system_users_dropdown.jsx
@@ -263,7 +263,7 @@ export default class SystemUsersDropdown extends React.Component {
>
<FormattedMessage
id='admin.user_item.makeActive'
- defaultMessage='Make Active'
+ defaultMessage='Activate'
/>
</a>
</li>
@@ -284,7 +284,7 @@ export default class SystemUsersDropdown extends React.Component {
>
<FormattedMessage
id='admin.user_item.makeInactive'
- defaultMessage='Make Inactive'
+ defaultMessage='Deactivate'
/>
</a>
</li>