Remove unnecessary tooltip binding from user welcome message in sidebar
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
parent
c6a81a8152
commit
3c9458d15a
|
@ -1,6 +1,6 @@
|
||||||
<mat-nav-list>
|
<mat-nav-list>
|
||||||
<mat-list-item disabled>
|
<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>{{ 'welcomeUser' | translate:{username: username} }}</span>
|
||||||
</span>
|
</span>
|
||||||
</mat-list-item>
|
</mat-list-item>
|
||||||
|
|
Loading…
Reference in New Issue