mirror of https://github.com/zulip/zulip.git
popovers: Add keyboard shortcut to emoji reaction menu item.
Fixes #25602.
This commit is contained in:
parent
3876171df1
commit
231888b5a5
|
@ -45,7 +45,7 @@
|
|||
<li>
|
||||
<a class="reaction_button" data-message-id="{{message_id}}" tabindex="0">
|
||||
<i class="fa fa-smile-o" aria-hidden="true"></i>
|
||||
{{t "Add emoji reaction" }}
|
||||
{{t "Add emoji reaction" }} <span class="hotkey-hint">(:)</span>
|
||||
</a>
|
||||
</li>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in New Issue