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 ddf3aa4 commit 435c1beCopy full SHA for 435c1be
projects/aca-content/about/src/about.component.html
@@ -1,6 +1,10 @@
1
<aca-page-layout>
2
<div class="aca-page-layout-header">
3
- <button mat-icon-button [routerLink]="landingPage">
+ <button
4
+ mat-icon-button
5
+ [attr.aria-label]="'APP.ABOUT.BACK_BUTTON_LABEL' | translate"
6
+ [attr.title]="'APP.ABOUT.BACK_BUTTON_LABEL' | translate"
7
+ [routerLink]="landingPage">
8
<mat-icon class="app-profile-icon">arrow_back</mat-icon>
9
</button>
10
<h1>{{ 'APP.BROWSE.ABOUT.TITLE' | translate }}</h1>
projects/aca-content/assets/i18n/en.json
@@ -34,7 +34,8 @@
34
"TITLE": "Packages",
35
"NAME": "Name",
36
"VERSION": "Version"
37
- }
+ },
38
+ "BACK_BUTTON_LABEL": "Go back"
39
},
40
"LANGUAGE": "Language",
41
"SIGN_IN": "Sign in",
0 commit comments