Skip to content

Commit

Permalink
Merge branch 'hotfix/1983-placeholder' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Aug 5, 2024
2 parents 972b713 + 44f11a3 commit 59a6d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 59a6d58

Please sign in to comment.