mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
admin_playground_list: Change the tooltip and aria-label to just "Delete" for consistency.
Fixes part of #34200.
This commit is contained in:
committed by
Tim Abbott
parent
aeed907c50
commit
c08e3f160c
@@ -11,7 +11,7 @@
|
||||
</td>
|
||||
{{#if ../can_modify}}
|
||||
<td class="no-select actions">
|
||||
<button class="button small delete button-danger tippy-zulip-tooltip" data-playground-id="{{id}}" data-tippy-content="{{t 'Delete' }} {{ playground_name }}" aria-label="{{t 'Delete' }} {{ playground_name }}">
|
||||
<button class="button small delete button-danger tippy-zulip-tooltip" data-playground-id="{{id}}" data-tippy-content="{{t 'Delete' }}" aria-label="{{t 'Delete' }}">
|
||||
<i class="fa fa-trash-o"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user