From 8a7f3e66d505c0ea82dea2fb10ae08bef5ddec29 Mon Sep 17 00:00:00 2001 From: cris Date: Tue, 14 Feb 2023 20:37:26 +0000 Subject: [PATCH] placeholder consistent for email and password --- .../log-in/methods/password/log-in-password.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/log-in/methods/password/log-in-password.component.html b/src/app/shared/log-in/methods/password/log-in-password.component.html index c1f1016cb8e..ef9223b8a20 100644 --- a/src/app/shared/log-in/methods/password/log-in-password.component.html +++ b/src/app/shared/log-in/methods/password/log-in-password.component.html @@ -7,7 +7,7 @@ autofocus class="form-control form-control-lg position-relative" formControlName="email" - placeholder="{{'login.form.email' | translate}}" + [attr.placeholder]="'login.form.email' | translate" required type="email" [attr.data-test]="'email' | dsBrowserOnly"> @@ -15,7 +15,7 @@