frontend: Replace collapse hotkey (-) with em-dash (–) for readability.

This commit is contained in:
Vaida Plankyte 2018-02-08 14:12:27 +00:00 committed by Tim Abbott
parent 4a92ed4332
commit 0e17d7763b
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<li>
<a href="#" class="popover_toggle_collapse" data-message-id="{{message.id}}">
<i class="fa fa-minus" aria-hidden="true"></i>
{{t "Collapse" }} (-)
{{t "Collapse" }} ()
</a>
</li>
{{/if}}
@ -34,7 +34,7 @@
<li>
<a href="#" class="popover_toggle_collapse" data-message-id="{{message.id}}">
<i class="fa fa-plus" aria-hidden="true"></i>
{{t "Un-collapse" }} (-)
{{t "Un-collapse" }} ()
</a>
</li>
{{/if}}