Skip to content

Commit c03fa92

Browse files
committed
use localisation for button label
1 parent 40708ea commit c03fa92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/web/src/app/key-management/change-kdf/change-kdf.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ <h2 bitTypography="h2" class="tw-mt-6">
2020
type="button"
2121
class="tw-border-none tw-bg-transparent tw-text-primary-600 tw-p-0"
2222
[bitPopoverTriggerFor]="algorithmPopover"
23-
aria-label="Open about encryption algorithms popover"
24-
title="Open about encryption algorithms popover"
23+
appA11yTitle="{{ 'encryptionKeySettingsAlgorithmPopoverTitle' | i18n }}"
2524
bitLink
2625
>
2726
<i class="bwi bwi-question-circle" aria-hidden="true"></i>

0 commit comments

Comments
 (0)