diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9a70f2..8657edfa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +* [PR-413](https://github.com/itk-dev/hoeringsportal/pull/413) + Removed `.placeholder` markup + ## [4.4.0] - 2024-05-14 * [PR-407](https://github.com/itk-dev/hoeringsportal/pull/407) diff --git a/web/modules/custom/hoeringsportal_citizen_proposal/src/Form/ProposalFormBase.php b/web/modules/custom/hoeringsportal_citizen_proposal/src/Form/ProposalFormBase.php index 867d476f..fa50adb9 100644 --- a/web/modules/custom/hoeringsportal_citizen_proposal/src/Form/ProposalFormBase.php +++ b/web/modules/custom/hoeringsportal_citizen_proposal/src/Form/ProposalFormBase.php @@ -89,7 +89,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { '#attributes' => ['class' => ['authenticate-wrapper', 'py-3']], 'message' => [ - '#markup' => $this->t("You're currently authenticated as %name", ['%name' => $userData['name']]), + '#markup' => $this->t("You're currently authenticated as @name", ['@name' => $userData['name']]), ], 'link' => Link::createFromRoute(