mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This commit consists of the following visual changes: - Add the hotkey hints in the tooltip of the view edit history option, the shortcut (Shift + H) for which was added in PR #26245 - Swap "Click to view edit history." and the edit status string (EDITED/MOVED/SAVING) to make the tooltip consistent with other tooltips across the web app. - Rename "Click to view edit history." to "View edit history", since the "Click to view" part is evident from the icon as well as the the keyboard shortcut hints. Fixes #26581.
8 lines
218 B
Handlebars
8 lines
218 B
Handlebars
<div>
|
|
<div>{{t "View edit history"}}</div>
|
|
{{#if realm_allow_edit_history}}
|
|
<div class="tooltip-inner-content italic">{{edited_notice_str}}</div>
|
|
{{/if}}
|
|
</div>
|
|
{{tooltip_hotkey_hints "Shift" "H"}}
|