mirror of https://github.com/zulip/zulip.git
star_this_message: Change title of star-icon from "(*)" to "(Ctrl + s)".
This was missed when we changed the shortcut in 9674a139bf
.
This commit is contained in:
parent
4868a4fe48
commit
16c78e4b34
|
@ -24,7 +24,7 @@
|
|||
|
||||
{{#unless msg/locally_echoed}}
|
||||
<div class="star_container {{#if msg/starred}}{{else}}empty-star{{/if}}">
|
||||
<i role="button" tabindex="0" class="star fa {{#if msg/starred}}fa-star{{else}}fa-star-o{{/if}}" title="{{#tr this.msg}}__starred_status__ this message{{/tr}} (*)"></i>
|
||||
<i role="button" tabindex="0" class="star fa {{#if msg/starred}}fa-star{{else}}fa-star-o{{/if}}" title="{{#tr this.msg}}__starred_status__ this message{{/tr}} (Ctrl + s)"></i>
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue