[ACS-10297] Add label and title to back button in about section (#4827)

This commit is contained in:
MichalKinas
2025-10-03 15:37:37 +02:00
committed by GitHub
parent ddf3aa4c3d
commit 435c1be7bb
2 changed files with 7 additions and 2 deletions
@@ -1,6 +1,10 @@
<aca-page-layout>
<div class="aca-page-layout-header">
<button mat-icon-button [routerLink]="landingPage">
<button
mat-icon-button
[attr.aria-label]="'APP.ABOUT.BACK_BUTTON_LABEL' | translate"
[attr.title]="'APP.ABOUT.BACK_BUTTON_LABEL' | translate"
[routerLink]="landingPage">
<mat-icon class="app-profile-icon">arrow_back</mat-icon>
</button>
<h1>{{ 'APP.BROWSE.ABOUT.TITLE' | translate }}</h1>
+2 -1
View File
@@ -34,7 +34,8 @@
"TITLE": "Packages",
"NAME": "Name",
"VERSION": "Version"
}
},
"BACK_BUTTON_LABEL": "Go back"
},
"LANGUAGE": "Language",
"SIGN_IN": "Sign in",