From 8faca1f9a01fd1392811023ea768a85cefe9c88f Mon Sep 17 00:00:00 2001 From: Martin Muller Date: Mon, 21 Oct 2019 16:53:34 +0200 Subject: [PATCH] [ACA-2507] Header - link does not have a role (#1231) * Add meaning full aria label to avatar icon button * Add meaning full aria label to avatar icon button * Add meaning full aria label to avatar icon button * Add meaning full aria label to avatar icon button * Update current-user.component.html VS Code doesn't do the formate changing ... trying browser editor * Move aria label string from avatar button --- src/app/components/current-user/current-user.component.html | 3 +++ src/assets/i18n/en.json | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/app/components/current-user/current-user.component.html b/src/app/components/current-user/current-user.component.html index e6ae30356..a823127cb 100644 --- a/src/app/components/current-user/current-user.component.html +++ b/src/app/components/current-user/current-user.component.html @@ -2,6 +2,9 @@
{{ (profile$ | async)?.userName }}