Chore: add some missing UI accessibility labels (#13772)

This commit is contained in:
shamoon
2026-08-23 21:55:07 -07:00
committed by GitHub
parent bd326540fa
commit 3f4d327f64
32 changed files with 65 additions and 63 deletions
@@ -74,7 +74,7 @@
class="flex-grow-1"></pngx-input-textarea>
}
}
<button type="button" class="btn btn-link text-danger" (click)="removeSelectedField.next(fieldId)">
<button type="button" class="btn btn-link text-danger" (click)="removeSelectedField.next(fieldId)" aria-label="Remove custom field" i18n-aria-label>
<i-bs name="trash"></i-bs>
</button>
</div>