Skip to content

Commit

Permalink
119602: Improve profile page link accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AAwouters committed Nov 7, 2024
1 parent 0451559 commit bb7f0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/profile-page/profile-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="mb-4">{{'profile.head' | translate}}</h3>
<div class="card mb-4">
<div class="card-header">{{'profile.card.accessibility.header' | translate}}</div>
<div class="card-body">
<div class="mb-1">{{'profile.card.accessibility.content' | translate}}</div>
<ds-alert class="mb-4" [type]="'alert-info'">{{'profile.card.accessibility.content' | translate}}</ds-alert>
<a [routerLink]="'/info/accessibility'">{{'profile.card.accessibility.link' | translate}}</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3278,7 +3278,7 @@

"profile.card.accessibility.header": "Accessibility",

"profile.card.accessibility.link": "Accessibility Settings Page",
"profile.card.accessibility.link": "Go to Accessibility Settings Page",

"profile.card.identify": "Identify",

Expand Down

0 comments on commit bb7f0cd

Please sign in to comment.