Add placeholder text to group member add field

This commit is contained in:
jomaxro 2017-07-30 23:52:46 -04:00 committed by GitHub
parent 6e74f726cf
commit 65c4e81bb2
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
{{#unless model.automatic}}
<div class="group-members-input-selector">
{{user-selector usernames=model.usernames}}
{{user-selector usernames=model.usernames
placeholderKey="admin.groups.selector_placeholder"
id="member-selector"}}
{{#if addButton}}
{{d-button action="addMembers"