mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
ui: Use unicode U+2026 instead of literal "..." characters.
The unicode horizontal ellipsis is visually nicer.
b40e50f295 removed many of these,
by changing the text itself.
This commit handles the remaining few.
This commit is contained in:
parent
4ac3fabadd
commit
1ffd8b0205
@ -18,7 +18,7 @@
|
||||
</h4>
|
||||
<p class="subscribers">{{t 'Subscribers' }}</p>
|
||||
<div class="pill-container" data-group-pills="{{id}}">
|
||||
<div class="input" contenteditable="true" data-placeholder="{{t 'Add member...' }}"></div>
|
||||
<div class="input" contenteditable="true" data-placeholder="{{t 'Add member…' }}"></div>
|
||||
</div>
|
||||
<p class="save-instructions">
|
||||
{{t "Click outside the input box to save. We'll automatically notify anyone that was added or removed."}}
|
||||
|
||||
@ -45,6 +45,6 @@
|
||||
<div class="message_edit">
|
||||
<div class="message_edit_form"></div>
|
||||
</div>
|
||||
<div class="message_expander message_length_controller" title="{{t 'Expand message (-)' }}">{{t "[More...]" }}</div>
|
||||
<div class="message_expander message_length_controller" title="{{t 'Expand message (-)' }}">{{t "[More…]" }}</div>
|
||||
<div class="message_condenser message_length_controller" title="{{t 'Condense message (-)' }}">{{t "[Condense message]" }}</div>
|
||||
<div class="message_reactions">{{> message_reactions }}</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user