mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
We also remove an aria-label on a placeholder that matches the input element's actual label field.
4 lines
208 B
Handlebars
4 lines
208 B
Handlebars
<button class="btn pull-right copy_button_base copy_message tippy-zulip-tooltip" data-tippy-content="{{t 'Copy and close' }}" aria-label="{{t 'Copy and close' }}" >
|
|
{{> copy_to_clipboard_svg }}
|
|
</button>
|