Merge pull request #5011 from jomaxro/patch-1

Add placeholder text to group member add field
This commit is contained in:
Régis Hanol 2017-07-31 07:35:45 +02:00 committed by GitHub
commit b6055b5ab3
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"