We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40708ea commit c03fa92Copy full SHA for c03fa92
apps/web/src/app/key-management/change-kdf/change-kdf.component.html
@@ -20,8 +20,7 @@ <h2 bitTypography="h2" class="tw-mt-6">
20
type="button"
21
class="tw-border-none tw-bg-transparent tw-text-primary-600 tw-p-0"
22
[bitPopoverTriggerFor]="algorithmPopover"
23
- aria-label="Open about encryption algorithms popover"
24
- title="Open about encryption algorithms popover"
+ appA11yTitle="{{ 'encryptionKeySettingsAlgorithmPopoverTitle' | i18n }}"
25
bitLink
26
>
27
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
0 commit comments