Translation and animation improvements

This commit is contained in:
MaciejkaG 2024-04-11 19:37:41 +02:00
parent ad23b8a18d
commit b787e79a00
4 changed files with 6 additions and 4 deletions

View File

@ -77,7 +77,8 @@
"No matches played": "No matches played"
},
"Settings": {
"General": "General"
"General": "General",
"Log out": "Log out"
},
"General": {
"Unknown error occured": "Unknown error occured",

View File

@ -78,7 +78,8 @@
"No matches played": "Nie zagrano żadnych meczy"
},
"Settings": {
"General": "Ogólne"
"General": "Ogólne",
"Log out": "Wyloguj się"
},
"General": {
"Unknown error occured": "Wystąpił nieznany błąd",

View File

@ -107,9 +107,9 @@ loginForm.addEventListener('submit', (e) => {
return;
}
lockUI(false);
switchView("authView");
progressParalax();
lockUI(false);
break;
default:

View File

@ -101,7 +101,7 @@
</select>
<h3><a href="/privacy" target="_blank">{{ t 'landing.Privacy policy' }}</a></h3>
<h3 id="logout">Log out</h3>
<h3 id="logout">{{ t 'menu.Settings.Log out' }}</h3>
</div>
</div>