summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorRyan Wang <R-Wang97@users.noreply.github.com>2017-04-25 12:41:40 -0400
committerCorey Hulen <corey@hulen.com>2017-04-25 09:41:40 -0700
commitdc9c73a46b5cf322f558a0f06bd8da76209321a6 (patch)
tree7767724cbe0f5bec3e28265f51c1705056830ecc /webapp/i18n/en.json
parent7fc663ca75e966847243a845cff31c07737c4492 (diff)
downloadchat-dc9c73a46b5cf322f558a0f06bd8da76209321a6.tar.gz
chat-dc9c73a46b5cf322f558a0f06bd8da76209321a6.tar.bz2
chat-dc9c73a46b5cf322f558a0f06bd8da76209321a6.zip
Add confirmation modal for deactivating user (#6119)
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-xwebapp/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index d52d1c331..1f122403a 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1230,6 +1230,10 @@
"custom_emoji.empty": "No custom emoji found",
"custom_emoji.header": "Custom Emoji",
"custom_emoji.search": "Search Custom Emoji",
+ "deactivate_member_modal.title": "Deactivate {username}",
+ "deactivate_member_modal.desc": "This action deactivates {username}. They will be logged out and not have access to any teams or channels on this system. Are you sure you want to deactivate {username}?",
+ "deactivate_member_modal.cancel": "Cancel",
+ "deactivate_member_modal.deactivate": "Deactivate",
"default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.",
"delete_channel.cancel": "Cancel",
"delete_channel.confirm": "Confirm DELETE Channel",