Renamed overview to dashboard (#80)

This commit is contained in:
Mawoka
2022-08-11 15:27:28 +02:00
parent b98299d022
commit 4a7bc2a589
11 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
if (res.ok) {
confirm_to_leave = false;
console.log(confirm_to_leave);
window.location.href = '/overview';
window.location.href = '/dashboard';
} else {
alert('Error');
}
+2 -1
View File
@@ -107,7 +107,8 @@
"count": "Count",
"range": "Range",
"multiple_choice": "Multiple-Choice",
"private": "Private"
"private": "Private",
"dashboard": ""
},
"editor": {
"time_in_seconds": "Time in seconds",
+1 -1
View File
@@ -109,7 +109,7 @@
<li class="py-2">
<a
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
href="/overview">{$t('words.overview')}</a
href="/dashboard">{$t('words.dashboard')}</a
>
</li>
<li class="py-2">