summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
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/i18n
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/i18n')
-rwxr-xr-xwebapp/i18n/en.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 8086bcfef..29a46ac6b 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -896,8 +896,8 @@
"admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}",
"admin.user_item.emailTitle": "<strong>Email:</strong> {email}",
"admin.user_item.inactive": "Inactive",
- "admin.user_item.makeActive": "Make Active",
- "admin.user_item.makeInactive": "Make Inactive",
+ "admin.user_item.makeActive": "Activate",
+ "admin.user_item.makeInactive": "Deactivate",
"admin.user_item.makeMember": "Make Member",
"admin.user_item.makeSysAdmin": "Make System Admin",
"admin.user_item.makeTeamAdmin": "Make Team Admin",
@@ -988,8 +988,8 @@
"app.channel.post_update_channel_purpose_message.removed": "{username} removed the channel purpose (was: {old})",
"app.channel.post_update_channel_purpose_message.updated_from": "{username} updated the channel purpose from: {old} to: {new}",
"app.channel.post_update_channel_purpose_message.updated_to": "{username} updated the channel purpose to: {new}",
- "audit_table.accountActive": "Account made active",
- "audit_table.accountInactive": "Account made inactive",
+ "audit_table.accountActive": "Account activated",
+ "audit_table.accountInactive": "Account deactivated",
"audit_table.action": "Action",
"audit_table.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access",
"audit_table.attemptedLicenseAdd": "Attempted to add new license",
@@ -2025,9 +2025,9 @@
"team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}",
"team_members_dropdown.inactive": "Inactive",
"team_members_dropdown.leave_team": "Remove From Team",
- "team_members_dropdown.makeActive": "Make Active",
+ "team_members_dropdown.makeActive": "Activate",
"team_members_dropdown.makeAdmin": "Make Team Admin",
- "team_members_dropdown.makeInactive": "Make Inactive",
+ "team_members_dropdown.makeInactive": "Deactivate",
"team_members_dropdown.makeMember": "Make Member",
"team_members_dropdown.member": "Member",
"team_members_dropdown.systemAdmin": "System Admin",