diff --git a/CHANGELOG.md b/CHANGELOG.md index 21621cca..ea59ba13 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +* [PR-413](https://github.com/itk-dev/hoeringsportal/pull/413) + Removed `.placeholder` markup * [PR-411](https://github.com/itk-dev/hoeringsportal/pull/411) Fix paragraph spacing * [PR-409](https://github.com/itk-dev/hoeringsportal/pull/409) 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(