mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
user_profile: Fix incorrect keyboard shortcut for send direct messages.
https://chat.zulip.org/#narrow/channel/9-issues/topic/send.20DM.20shortcut.20on.20user.20card/near/2286884
This commit is contained in:
committed by
Tim Abbott
parent
87d08954ff
commit
84bb07a652
@@ -159,7 +159,7 @@
|
|||||||
<i class="popover-menu-icon zulip-icon zulip-icon-send-dm" aria-hidden="true"></i>
|
<i class="popover-menu-icon zulip-icon zulip-icon-send-dm" aria-hidden="true"></i>
|
||||||
<span class="popover-menu-label">{{t "Send direct message" }}</span>
|
<span class="popover-menu-label">{{t "Send direct message" }}</span>
|
||||||
{{#if is_sender_popover}}
|
{{#if is_sender_popover}}
|
||||||
{{popover_hotkey_hints "R"}}
|
{{popover_hotkey_hints "Shift" "R"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user