mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[CST-12109] added discernable text to delete button for non-admin users
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
ngbTooltip="{{'quality-assurance.event.action.undo' | translate}}"
|
||||
container="body"
|
||||
[disabled]="eventElement.isRunning"
|
||||
[attr.aria-label]="'quality-assurance.event.action.undo' | translate"
|
||||
(click)="openModal('UNDO', eventElement, undoModal)">
|
||||
<i class="fas fa-trash-alt"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user