From ffaab0bf22952f4e4c43fab62955eb0cdc13612b Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 27 Jun 2017 02:34:44 +0800 Subject: Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals (#6744) --- webapp/components/add_users_to_team/add_users_to_team.jsx | 2 +- webapp/components/more_direct_channels/more_direct_channels.jsx | 2 +- webapp/components/multiselect/multiselect.jsx | 6 ------ webapp/i18n/en.json | 3 +-- 4 files changed, 3 insertions(+), 10 deletions(-) (limited to 'webapp') diff --git a/webapp/components/add_users_to_team/add_users_to_team.jsx b/webapp/components/add_users_to_team/add_users_to_team.jsx index 34ad6eb0d..19e0d674b 100644 --- a/webapp/components/add_users_to_team/add_users_to_team.jsx +++ b/webapp/components/add_users_to_team/add_users_to_team.jsx @@ -201,7 +201,7 @@ export default class AddUsersToTeam extends React.Component { const numRemainingText = (
-
- -
{numRemainingText} {noteTextContainer}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 3377019cf..5c70493d8 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1792,8 +1792,7 @@ "msg_typing.someone": "Someone", "multiselect.add": "Add", "multiselect.go": "Go", - "multiselect.instructions": "Use up/down arrows to navigate and enter to select", - "multiselect.numPeopleRemaining": "You can add {num, number} more {num, plural, one {person} other {people}}. ", + "multiselect.numPeopleRemaining": "Use ↑↓ to browse, ↵ to select. You can add {num, number} more {num, plural, one {person} other {people}}. ", "multiselect.numRemaining": "You can add {num, number} more", "multiselect.placeholder": "Search and add members", "navbar.addMembers": "Add Members", -- cgit v1.2.3-1-g7c22