summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-06 11:06:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-06 14:06:14 -0400
commiteabd67e4cbc845a2f591fdcf525696c0c2505d0b (patch)
treecb1e26f78252f6a25bfd2048e58031c81b63c92d /webapp
parentedc0e0003707988c7fd07f77972752162e17c6b0 (diff)
downloadchat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.tar.gz
chat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.tar.bz2
chat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.zip
Removed placeholder text on channel switch modal (#3262)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/channel_switch_modal.jsx1
-rw-r--r--webapp/i18n/en.json1
-rw-r--r--webapp/i18n/es.json1
-rw-r--r--webapp/i18n/fr.json1
-rw-r--r--webapp/i18n/ja.json1
-rw-r--r--webapp/i18n/pt-BR.json1
6 files changed, 0 insertions, 6 deletions
diff --git a/webapp/components/channel_switch_modal.jsx b/webapp/components/channel_switch_modal.jsx
index 91e545fd7..9bb98d74d 100644
--- a/webapp/components/channel_switch_modal.jsx
+++ b/webapp/components/channel_switch_modal.jsx
@@ -124,7 +124,6 @@ export default class SwitchChannelModal extends React.Component {
type='input'
onUserInput={this.onUserInput}
value={this.state.text}
- placeholder={Utils.localizeMessage('channel_switch_modal.hint', 'Type the name of a channel')}
onKeyDown={this.handleKeyDown}
listComponent={SuggestionList}
maxLength='64'
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index ba9956f52..f231ccac2 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -720,7 +720,6 @@
"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.help": "Type channel name. Use ↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
- "channel_switch_modal.hint": "Type the name of a channel",
"channel_switch_modal.not_found": "No matches found.",
"channel_switch_modal.submit": "Switch",
"channel_switch_modal.title": "Switch Channels",
diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json
index da07da89f..813be61f3 100644
--- a/webapp/i18n/es.json
+++ b/webapp/i18n/es.json
@@ -718,7 +718,6 @@
"channel_notifications.unreadInfo": "El nombre del canal está en negritas en la barra lateral cuando hay mensajes sin leer. Al elegir \"Sólo para menciones\" sólo lo dejará en negritas cuando seas mencionado.",
"channel_select.placeholder": "--- Selecciona un canal ---",
"channel_switch_modal.help": "↑↓ para navegar, TAB para seleccionar, ↵ para confirmar, ESC para descartar",
- "channel_switch_modal.hint": "Escribe el nombre de un canal",
"channel_switch_modal.not_found": "No se encontró ninguna coincidencia.",
"channel_switch_modal.submit": "Cambiar",
"channel_switch_modal.title": "Cambiar Canales",
diff --git a/webapp/i18n/fr.json b/webapp/i18n/fr.json
index 96892f45f..cd665649b 100644
--- a/webapp/i18n/fr.json
+++ b/webapp/i18n/fr.json
@@ -718,7 +718,6 @@
"channel_notifications.unreadInfo": "Le nom du canal est en gras dans la barre latérale lorsqu'il y a des messages non-plus. Choisir \"Seulement pour les mentions\" mettra en gras le canal seulement si vous être mentionné.",
"channel_select.placeholder": "--- Sélectionnez un canal ---",
"channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
- "channel_switch_modal.hint": "Type the name of a channel",
"channel_switch_modal.not_found": "No matches found.",
"channel_switch_modal.submit": "Switch",
"channel_switch_modal.title": "Switch Channels",
diff --git a/webapp/i18n/ja.json b/webapp/i18n/ja.json
index ed98919ed..8970e9825 100644
--- a/webapp/i18n/ja.json
+++ b/webapp/i18n/ja.json
@@ -718,7 +718,6 @@
"channel_notifications.unreadInfo": "チャンネル名は未読のメッセージがある場合、サイドバーで太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。",
"channel_select.placeholder": "--- チャンネルを選択してください ---",
"channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
- "channel_switch_modal.hint": "Type the name of a channel",
"channel_switch_modal.not_found": "No matches found.",
"channel_switch_modal.submit": "Switch",
"channel_switch_modal.title": "Switch Channels",
diff --git a/webapp/i18n/pt-BR.json b/webapp/i18n/pt-BR.json
index 83d9a6005..17f1d96f7 100644
--- a/webapp/i18n/pt-BR.json
+++ b/webapp/i18n/pt-BR.json
@@ -718,7 +718,6 @@
"channel_notifications.unreadInfo": "O nome do canal fica em negrito na barra lateral quando houver mensagens não lidas. Selecionando \"Apenas menções\" o canal vai ficar em negrito apenas quando você for mencionado.",
"channel_select.placeholder": "--- Selecione um canal ---",
"channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
- "channel_switch_modal.hint": "Type the name of a channel",
"channel_switch_modal.not_found": "No matches found.",
"channel_switch_modal.submit": "Switch",
"channel_switch_modal.title": "Switch Channels",