Merge pull request #1831 from thecodingmachine/fix-language-display
Somes bugs due to i18n implementation
This commit is contained in:
commit
21c198a882
@ -53,7 +53,7 @@
|
|||||||
<section class="terms-and-conditions">
|
<section class="terms-and-conditions">
|
||||||
<a style="display: none;" href="traduction">Need for traduction</a>
|
<a style="display: none;" href="traduction">Need for traduction</a>
|
||||||
<p>
|
<p>
|
||||||
{$LL.login.terms()}
|
{@html $LL.login.terms()}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
} else {
|
} else {
|
||||||
const customMenu = customMenuIframe.get(menu.label);
|
const customMenu = customMenuIframe.get(menu.label);
|
||||||
if (customMenu !== undefined) {
|
if (customMenu !== undefined) {
|
||||||
|
activeSubMenu = menu;
|
||||||
props = { url: customMenu.url, allowApi: customMenu.allowApi };
|
props = { url: customMenu.url, allowApi: customMenu.allowApi };
|
||||||
activeComponent = CustomSubMenu;
|
activeComponent = CustomSubMenu;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user