UI language management: Portuguese tooltip fixed
This commit is contained in:
parent
73e4f32a27
commit
277f148af8
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@
|
||||||
src="../assets/zgo-brazil-flag-default.png"
|
src="../assets/zgo-brazil-flag-default.png"
|
||||||
(click)="brFlagClicked()"
|
(click)="brFlagClicked()"
|
||||||
height="24px"
|
height="24px"
|
||||||
title="Spanish (Default)"/>
|
title="Portuguese (Default)"/>
|
||||||
<img *ngIf="zgoLanguage != 'br-US'"
|
<img *ngIf="zgoLanguage != 'br-US'"
|
||||||
src="../assets/zgo-brazil-flag.png"
|
src="../assets/zgo-brazil-flag.png"
|
||||||
(click)="brFlagClicked()"
|
(click)="brFlagClicked()"
|
||||||
height="24px"
|
height="24px"
|
||||||
title="Spanish"/>
|
title="Portuguese"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer" align="center"
|
<div class="footer" align="center"
|
||||||
style="margin-top: 10px;
|
style="margin-top: 10px;
|
||||||
|
|
Loading…
Reference in a new issue