mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
subscribers: Fix misleading placeholder text.
You don't start auto-completing user groups with an @, so the previous placeholder text made no sense. There might be a better way to do autocomplete in these add-subscriber input pills, but that is beyond the scope of my current efforts.
This commit is contained in:
parent
c656d933fa
commit
e8ad76f522
@ -2,7 +2,7 @@
|
||||
<div class="add_subscribers_container">
|
||||
<div class="pill-container person_picker">
|
||||
<div class="input" contenteditable="true"
|
||||
data-placeholder="{{t 'Add subscribers. Use @usergroup or #streamname to bulk add subscribers.' }}">
|
||||
data-placeholder="{{t 'Add subscribers. Use usergroup or #streamname to bulk add subscribers.' }}">
|
||||
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user