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