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 34ad6eb0d91..19e0d674b4b 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 3377019cf98..5c70493d84f 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",