From 52eff71f4958a119b537be88a1951eb3cae94101 Mon Sep 17 00:00:00 2001 From: Alexander Reifschneider <alexander.reifschneider@mgm-tp.com> Date: Fri, 21 Feb 2025 09:59:24 +0100 Subject: [PATCH] OZG-7474 Fix toolTip attr --- .../vorgang-forward-form/vorgang-forward-form.component.html | 2 +- .../postfach-mail-list/postfach-mail-list.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alfa-client/libs/forwarding/src/lib/vorgang-forwarding-container/vorgang-forward-formular/vorgang-forward-form/vorgang-forward-form.component.html b/alfa-client/libs/forwarding/src/lib/vorgang-forwarding-container/vorgang-forward-formular/vorgang-forward-form/vorgang-forward-form.component.html index 02bfb07f6e..1c778f0931 100644 --- a/alfa-client/libs/forwarding/src/lib/vorgang-forwarding-container/vorgang-forward-formular/vorgang-forward-form/vorgang-forward-form.component.html +++ b/alfa-client/libs/forwarding/src/lib/vorgang-forwarding-container/vorgang-forward-formular/vorgang-forward-form/vorgang-forward-form.component.html @@ -43,7 +43,7 @@ <ozgcloud-stroked-button-with-spinner dataTestId="forward-button" - [toolTip]="'Vorgang weiterleiten'" + toolTip="Vorgang weiterleiten" tooltipAriaType="aria-labelledby" icon="forward" type="submit" diff --git a/alfa-client/libs/postfach/src/lib/postfach-mail-list-container/postfach-mail-list/postfach-mail-list.component.html b/alfa-client/libs/postfach/src/lib/postfach-mail-list-container/postfach-mail-list/postfach-mail-list.component.html index fc494741e5..44d553b95f 100644 --- a/alfa-client/libs/postfach/src/lib/postfach-mail-list-container/postfach-mail-list/postfach-mail-list.component.html +++ b/alfa-client/libs/postfach/src/lib/postfach-mail-list-container/postfach-mail-list/postfach-mail-list.component.html @@ -30,7 +30,7 @@ ></alfa-postfach-mail-pdf-button-container> <ng-container *ngIf="postfachMailListStateResource.resource | hasLink: postfachMailListLinkRel.SEND_POSTFACH_MAIL"> <alfa-postfach-mail-button-container - [toolTip]="'Neue Nachricht erstellen'" + toolTip="Neue Nachricht erstellen" tooltipAriaType="aria-labelledby" [vorgang]="vorgangStateResource.resource" data-test-id="postfach-mail-button-container-no-label" -- GitLab