mirror of https://github.com/zulip/zulip.git
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:
parent
eeb3ff26e1
commit
33705b6116
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue