diff --git a/libs/tools/send/send-ui/src/send-table/send-table.component.html b/libs/tools/send/send-ui/src/send-table/send-table.component.html
index 1c235415cae..14dc93bb706 100644
--- a/libs/tools/send/send-ui/src/send-table/send-table.component.html
+++ b/libs/tools/send/send-ui/src/send-table/send-table.component.html
@@ -29,9 +29,9 @@
class="bwi bwi-exclamation-triangle"
appStopProp
title="{{ 'disabled' | i18n }}"
- aria-hidden="true"
+ aria-label="{{ 'disabled' | i18n }}"
+ tabindex="0"
>
- {{ "disabled" | i18n }}
}
@if (s.authType !== authType.None) {
@let titleKey =
@@ -40,36 +40,36 @@
class="bwi bwi-lock"
appStopProp
title="{{ titleKey | i18n }}"
- aria-hidden="true"
+ aria-label="{{ titleKey | i18n }}"
+ tabindex="0"
>
- {{ titleKey | i18n }}
}
@if (s.maxAccessCountReached) {
- {{ "maxAccessCountReached" | i18n }}
}
@if (s.expired) {
- {{ "expired" | i18n }}
}
@if (s.pendingDelete) {
- {{ "pendingDeletion" | i18n }}
}