popovers: Add keyboard shortcut to emoji reaction menu item.

Fixes #25602.
This commit is contained in:
Josh Yap 2023-05-16 21:14:28 +08:00 committed by Tim Abbott
parent 3876171df1
commit 231888b5a5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<li> <li>
<a class="reaction_button" data-message-id="{{message_id}}" tabindex="0"> <a class="reaction_button" data-message-id="{{message_id}}" tabindex="0">
<i class="fa fa-smile-o" aria-hidden="true"></i> <i class="fa fa-smile-o" aria-hidden="true"></i>
{{t "Add emoji reaction" }} {{t "Add emoji reaction" }} <span class="hotkey-hint">(:)</span>
</a> </a>
</li> </li>
<hr /> <hr />