summaryrefslogtreecommitdiffstats
path: root/webapp/components/add_users_to_team/add_users_to_team.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/add_users_to_team/add_users_to_team.jsx')
-rw-r--r--webapp/components/add_users_to_team/add_users_to_team.jsx2
1 files changed, 1 insertions, 1 deletions
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 = (
<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
}}