From a69361b72ace186c120eefe07319dd4d908c2754 Mon Sep 17 00:00:00 2001 From: "Christian F." Date: Thu, 23 Oct 2025 12:00:04 +0200 Subject: [PATCH 1/2] Add placeholder translation for username field --- src/Util/Constant/PublicTranslations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Util/Constant/PublicTranslations.php b/src/Util/Constant/PublicTranslations.php index 57b199201..c4ac4fd29 100644 --- a/src/Util/Constant/PublicTranslations.php +++ b/src/Util/Constant/PublicTranslations.php @@ -31,5 +31,6 @@ 'forgot-password-form.username', 'forgot-password-form.reset-password', 'forgot-password-form.back', + 'forgot-password-form.username.placeholder' ]; } From e7bfef1fd2fea146290b199c098f299cf0fbb599 Mon Sep 17 00:00:00 2001 From: Corepex <16717695+Corepex@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:01:33 +0000 Subject: [PATCH 2/2] Apply php-cs-fixer changes --- src/Util/Constant/PublicTranslations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Constant/PublicTranslations.php b/src/Util/Constant/PublicTranslations.php index c4ac4fd29..25af4b9ad 100644 --- a/src/Util/Constant/PublicTranslations.php +++ b/src/Util/Constant/PublicTranslations.php @@ -31,6 +31,6 @@ 'forgot-password-form.username', 'forgot-password-form.reset-password', 'forgot-password-form.back', - 'forgot-password-form.username.placeholder' + 'forgot-password-form.username.placeholder', ]; }