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:
Abhijeet Prasad Bodas 2021-04-17 16:28:08 +05:30 committed by Tim Abbott
parent 4ac3fabadd
commit 1ffd8b0205
2 changed files with 2 additions and 2 deletions

View File

@ -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."}}

View File

@ -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>