summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_direct_channels
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-06-27 02:34:44 +0800
committerJoram Wilander <jwawilander@gmail.com>2017-06-26 14:34:44 -0400
commitffaab0bf22952f4e4c43fab62955eb0cdc13612b (patch)
tree91ea549927db590420b1576a69cc8f782c97b6da /webapp/components/more_direct_channels
parent69ae5cef166501dee49cd3a63d7131323796169e (diff)
downloadchat-ffaab0bf22952f4e4c43fab62955eb0cdc13612b.tar.gz
chat-ffaab0bf22952f4e4c43fab62955eb0cdc13612b.tar.bz2
chat-ffaab0bf22952f4e4c43fab62955eb0cdc13612b.zip
Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals (#6744)
Diffstat (limited to 'webapp/components/more_direct_channels')
-rw-r--r--webapp/components/more_direct_channels/more_direct_channels.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/more_direct_channels/more_direct_channels.jsx b/webapp/components/more_direct_channels/more_direct_channels.jsx
index 8b4a105b4..705c1ac95 100644
--- a/webapp/components/more_direct_channels/more_direct_channels.jsx
+++ b/webapp/components/more_direct_channels/more_direct_channels.jsx
@@ -285,7 +285,7 @@ export default class MoreDirectChannels extends React.Component {
const numRemainingText = (
<FormattedMessage
id='multiselect.numPeopleRemaining'
- defaultMessage='You can add {num, number} more {num, plural, one {person} other {people}}. '
+ defaultMessage='Use ↑↓ to browse, ↵ to select. You can add {num, number} more {num, plural, one {person} other {people}}. '
values={{
num: MAX_SELECTABLE_VALUES - this.state.values.length
}}