1
0
Fork 0
forked from ilot/ilot-io

content/sidebar: change Your Dashboard to Your Files

This commit is contained in:
Antoine Martin 2024-08-25 22:49:34 -04:00
parent d2fb1a8622
commit 28024acaa0
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ msgstr "[[Se joindre|join]]"
#. type: Content of: <ul><li> #. type: Content of: <ul><li>
msgid "" msgid ""
"<button class=\"btn sign-in\" onclick=\"window.location.href='https://auth." "<button class=\"btn sign-in\" onclick=\"window.location.href='https://auth."
"ilot.io';\"> Your Dashboard </button>" "ilot.io';\"> Your Files </button>"
msgstr "" msgstr ""
"<button class=\"btn sign-in\" onclick=\"window.location.href='https://auth." "<button class=\"btn sign-in\" onclick=\"window.location.href='https://cloud."
"ilot.io';\"> Votre tableau de bord </button>" "ilot.io';\"> Vos fichiers </button>"

View file

@ -6,8 +6,8 @@
<li>[[Support|https://support.ilot.io/en/hc/706927618]]</li> <li>[[Support|https://support.ilot.io/en/hc/706927618]]</li>
<li>[[Join]]</li> <li>[[Join]]</li>
<li> <li>
<button class="btn sign-in" onclick="window.location.href='https://auth.ilot.io';"> <button class="btn sign-in" onclick="window.location.href='https://cloud.ilot.io';">
Your Dashboard Your Files
</button> </button>
</li> </li>
</ul> </ul>