Remove unnecessary tooltip binding from user welcome message in sidebar
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

pull/16/head
Lucas Lara García 2025-02-14 10:06:52 +01:00
parent c6a81a8152
commit 3c9458d15a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<mat-nav-list>
<mat-list-item disabled>
<span class="user-logged" matTooltip="{{ 'TOOLTIP_WELCOME_USER' | translate }}" matTooltipShowDelay="1000">
<span class="user-logged" matTooltipShowDelay="1000">
<span>{{ 'welcomeUser' | translate:{username: username} }}</span>
</span>
</mat-list-item>