From dc9c73a46b5cf322f558a0f06bd8da76209321a6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 25 Apr 2017 12:41:40 -0400 Subject: Add confirmation modal for deactivating user (#6119) --- webapp/i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webapp/i18n') 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", -- cgit v1.2.3-1-g7c22