feat(i18n): add aria-label for bulk delete certificates in multiple languages

This commit is contained in:
GitHub Actions
2026-03-23 05:46:49 +00:00
parent a707d8e67e
commit 849c3513bb
6 changed files with 6 additions and 1 deletions
@@ -59,7 +59,7 @@ export default function BulkDeleteCertificateDialog({
</div>
<ul
aria-label="Certificates to be deleted"
aria-label={t('certificates.bulkDeleteListAriaLabel')}
className="max-h-48 overflow-y-auto rounded-lg border border-gray-800 divide-y divide-gray-800"
>
{certificates.map((cert) => (