tooltips: Remove keyboard shortcuts from View Scheduled Messages modal.

This commit removes the keyboard shortcut from tooltips that
can be seen when hovering over the two buttons in
"View Scheduled Messages" modal.

This is a temporary change as the keyboard shortcut will be
added to the tooltips when the shortcuts are actually working.
This commit is contained in:
sbansal1999 2023-04-29 19:56:40 +05:30 committed by Tim Abbott
parent eeb3ff26e1
commit 33705b6116
1 changed files with 0 additions and 2 deletions

View File

@ -39,12 +39,10 @@
<i class="fa fa-pencil fa-lg restore-overlay-message tippy-zulip-tooltip" aria-hidden="true" data-tooltip-template-id="restore-scheduled-message-tooltip-template"></i>
<template id="restore-scheduled-message-tooltip-template">
{{t 'Edit or reschedule message' }}
{{tooltip_hotkey_hints "Enter"}}
</template>
<i class="fa fa-trash-o fa-lg delete-overlay-message tippy-zulip-tooltip" aria-hidden="true" data-tooltip-template-id="delete-scheduled-message-tooltip-template"></i>
<template id="delete-scheduled-message-tooltip-template">
{{t 'Delete scheduled message' }}
{{tooltip_hotkey_hints "Backspace"}}
</template>
</div>
</div>