Skip to content

Commit

Permalink
1983: Removed .placeholder markup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Aug 5, 2024
1 parent bfacd05 commit 44f11a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 44f11a3

Please sign in to comment.