From 78f997fbee7daf8e8b6992c84e33ad9ae24e4c7e Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:59:29 +0100 Subject: [PATCH] web/flow: fix translate extract (cherry-pick #13208) (#13210) web/flow: fix translate extract (#13208) Signed-off-by: Jens Langhammer Co-authored-by: Jens L. --- web/src/flow/components/ak-flow-password-input.ts | 4 ++-- .../authenticator_validate/AuthenticatorValidateStageCode.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/flow/components/ak-flow-password-input.ts b/web/src/flow/components/ak-flow-password-input.ts index 2e40ead2db..563f1240da 100644 --- a/web/src/flow/components/ak-flow-password-input.ts +++ b/web/src/flow/components/ak-flow-password-input.ts @@ -269,7 +269,7 @@ export class InputPassword extends AKElement { toggleElement.setAttribute( "aria-label", - msg(masked ? Visibility.Reveal.label : Visibility.Mask.label), + masked ? Visibility.Reveal.label : Visibility.Mask.label, ); const iconElement = toggleElement.querySelector("i")!; @@ -285,7 +285,7 @@ export class InputPassword extends AKElement { return html`