summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorRyan Wang <R-Wang97@users.noreply.github.com>2017-04-25 12:34:21 -0400
committerCorey Hulen <corey@hulen.com>2017-04-25 09:34:21 -0700
commitf1668bad15d27e6e2b40e5079f0b878603b33684 (patch)
tree5a5852f301ae1f31238bd6f5d6a95322b001354f /webapp/i18n/en.json
parent6c4c706313eb765eb00c639f381646be74f27b69 (diff)
downloadchat-f1668bad15d27e6e2b40e5079f0b878603b33684.tar.gz
chat-f1668bad15d27e6e2b40e5079f0b878603b33684.tar.bz2
chat-f1668bad15d27e6e2b40e5079f0b878603b33684.zip
Add confirm dialog before leaving private channel (#6206)
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-xwebapp/i18n/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 29a46ac6b..d52d1c331 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1583,6 +1583,9 @@
"ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
"ldap_signup.teamName": "Enter name of new team",
"ldap_signup.team_error": "Please enter a team name",
+ "leave_private_channel_modal.title": "Leave Private Channel {channel}",
+ "leave_private_channel_modal.message": "Are you sure you wish to leave the private channel {channel}? You must be re-invited in order to re-join this channel in the future.",
+ "leave_private_channel_modal.leave": "Yes, leave channel",
"leave_team_modal.desc": "You will be removed from all public and private channels. If the team is private you will not be able to rejoin the team. Are you sure?",
"leave_team_modal.no": "No",
"leave_team_modal.title": "Leave the team?",