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:
nikhilmaske-2001 2020-11-21 01:05:27 +05:30 committed by GitHub
parent 4868a4fe48
commit 16c78e4b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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