Skip to content

Commit e8183bb

Browse files
committed
WEB-961: add i18n support for account action aria-labels
1 parent 5acc7fd commit e8183bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/deposits/recurring-deposits/recurring-deposits-account-view/recurring-deposits-account-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>{{ 'labels.heading.Account Overview' | translate }}</h3>
8686
<button
8787
mat-icon-button
8888
[matMenuTriggerFor]="accountMenu"
89-
aria-label="Recurring deposit account actions"
89+
[attr.aria-label]="'labels.text.Recurring Deposits Account Actions' | translate"
9090
yPosition="below"
9191
>
9292
<mat-icon matListIcon class="actions-menu">

src/app/savings/savings-account-view/savings-account-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>{{ 'labels.heading.Account Overview' | translate }}</h3>
105105
<button
106106
mat-icon-button
107107
[matMenuTriggerFor]="accountMenu"
108-
aria-label="Savings account actions"
108+
[attr.aria-label]="'labels.text.Savings Account Actions' | translate"
109109
yPosition="below"
110110
>
111111
<mat-icon matListIcon class="actions-menu">

0 commit comments

Comments
 (0)