[ACS-3548] heading added to resolve heading accessibility issue (#2665)

* heading added to resolve heading accessibility issue

* localization changes
This commit is contained in:
jatin2008 2022-09-26 14:17:33 +05:30 committed by GitHub
parent 1f0d590a84
commit 8f37a69fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
<h1 class="sr-only">{{ pageHeading | translate }}</h1> <h1 class="sr-only" title="{{pageHeading | translate}}">{{ pageHeading | translate }}</h1>
<router-outlet></router-outlet> <router-outlet></router-outlet>