[Admin] Fix hardcoded hello (#17150)

| Q               | A
|-----------------|-----
| Branch?         | 2.0 
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
This commit is contained in:
Grzegorz Sadowski 2024-10-09 06:38:55 +02:00 committed by GitHub
commit d6660b9770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
{% endif %}
</div>
<div class="d-none d-xl-block ps-2">
<div class="mb-1 small text-muted">Hello</div>
<div class="mb-1 small text-muted">{{ 'sylius.ui.hello'|trans }}</div>
<div>{{ user.firstName|default(user.username) }}</div>
</div>
</div>