admin_playground_list: Change the tooltip and aria-label to just "Delete" for consistency.

Fixes part of #34200.
This commit is contained in:
Maneesh Shukla
2025-03-29 21:25:12 +05:30
committed by Tim Abbott
parent aeed907c50
commit c08e3f160c

View File

@@ -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>