From ec0c175f8670f67dfc09e0a3682ccff91ff55d53 Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:38:32 +0200 Subject: [PATCH 1/2] fix dismissible error alert and fix a11y --- ui/src/app/shared/alert/alert.component.html | 9 ++++++++- ui/src/app/user/user-update.component.html | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ui/src/app/shared/alert/alert.component.html b/ui/src/app/shared/alert/alert.component.html index d513758ca..923929e0a 100644 --- a/ui/src/app/shared/alert/alert.component.html +++ b/ui/src/app/shared/alert/alert.component.html @@ -3,7 +3,14 @@
{{ alert.msg | localize }}
- × + ×
diff --git a/ui/src/app/user/user-update.component.html b/ui/src/app/user/user-update.component.html index dbec338b9..c4c1c2099 100644 --- a/ui/src/app/user/user-update.component.html +++ b/ui/src/app/user/user-update.component.html @@ -11,13 +11,21 @@

+ ×
From 6e5f908ebce342dae81fd6c97e0a55638319a79b Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:39:38 +0200 Subject: [PATCH 2/2] i18n related label tweaks --- ui/src/app/user/user-detail.component.html | 4 ++-- ui/src/app/user/user-update.component.html | 2 +- ui/src/app/user/users.component.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/app/user/user-detail.component.html b/ui/src/app/user/user-detail.component.html index 4185a2a59..e8c06f390 100644 --- a/ui/src/app/user/user-detail.component.html +++ b/ui/src/app/user/user-detail.component.html @@ -1,7 +1,7 @@
-

User Settings

+

User details


@@ -104,7 +104,7 @@

Use

diff --git a/ui/src/app/user/user-update.component.html b/ui/src/app/user/user-update.component.html index c4c1c2099..ece29576d 100644 --- a/ui/src/app/user/user-update.component.html +++ b/ui/src/app/user/user-update.component.html @@ -2,7 +2,7 @@

- Create or edit a User Settings + Add or edit user

diff --git a/ui/src/app/user/users.component.html b/ui/src/app/user/users.component.html index a535ec3ec..ab892eed9 100644 --- a/ui/src/app/user/users.component.html +++ b/ui/src/app/user/users.component.html @@ -175,7 +175,7 @@

- Activate + Resend activation email