mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10297] Add label and title to back button in about section (#4827)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -34,7 +34,8 @@
|
||||
"TITLE": "Packages",
|
||||
"NAME": "Name",
|
||||
"VERSION": "Version"
|
||||
}
|
||||
},
|
||||
"BACK_BUTTON_LABEL": "Go back"
|
||||
},
|
||||
"LANGUAGE": "Language",
|
||||
"SIGN_IN": "Sign in",
|
||||
|
||||
Reference in New Issue
Block a user