summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-02 15:45:38 -0700
committerenahum <nahumhbl@gmail.com>2016-06-02 19:45:38 -0300
commit9509398d3270c1b6056ca78ddc9913273585c0af (patch)
tree66b4aca294e91817a0cae9929456c63dd64b4cc6 /webapp/i18n
parent2f7540e174dce808dc642c42d85151238c352e5d (diff)
downloadchat-9509398d3270c1b6056ca78ddc9913273585c0af.tar.gz
chat-9509398d3270c1b6056ca78ddc9913273585c0af.tar.bz2
chat-9509398d3270c1b6056ca78ddc9913273585c0af.zip
PLT-2962 Added channel switcher modal (#3216)
* Added channel switcher modal * Fixed typos * Added handling for duplicate channels
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e86b893c5..3faacf8c5 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -715,6 +715,10 @@
"channel_notifications.sendDesktop": "Send desktop notifications",
"channel_notifications.unreadInfo": "The channel name is bolded in the sidebar when there are unread messages. Selecting \"Only for mentions\" will bold the channel only when you are mentioned.",
"channel_select.placeholder": "--- Select a channel ---",
+ "channel_switch_modal.title": "Switch Channels",
+ "channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.not_found": "No matches found.",
"choose_auth_page.emailCreate": "Create new team with email address",
"choose_auth_page.find": "Find my teams",
"choose_auth_page.gitlabCreate": "Create new team with GitLab Account",