mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add placeholder text to group member add field
This commit is contained in:
parent
6e74f726cf
commit
65c4e81bb2
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue