summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/en.json')
-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",