+
{{ version }}
diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue
index 3f86b19b..af645968 100644
--- a/frontend/src/views/Dashboard.vue
+++ b/frontend/src/views/Dashboard.vue
@@ -6,8 +6,8 @@
{{ Object.keys(songs).length }}
-
-
+
+
{{ t('widget.songsStored') }}
@@ -16,8 +16,8 @@
{{ setlistCount }}
-
-
+
+
{{ t('widget.publicSetlists') }}
@@ -26,8 +26,8 @@
~{{ songsPerformed }}
-
-
+
+
{{ t('widget.songsPerformed') }}
@@ -36,8 +36,8 @@
{{ languagesUsed }}
-
-
+
+
{{ t('widget.languages', languagesUsed) }}
@@ -139,7 +139,7 @@ const songsArray = computed(() => {
// true if song data collection is empty
const noSongs = computed(() => props.ready.songs && songsArray.value.length == 0);
-// total number of song languages
+// total number of song languages
const languagesUsed = computed(() => {
let languages = [];
songsArray.value.forEach(song => {
diff --git a/frontend/src/views/SetlistShow.vue b/frontend/src/views/SetlistShow.vue
index bad550fa..2f649690 100644
--- a/frontend/src/views/SetlistShow.vue
+++ b/frontend/src/views/SetlistShow.vue
@@ -324,7 +324,7 @@
-
+ |
{{ t('toast.songDeleted') }}
{{ element.id }}
@@ -362,7 +362,8 @@
diff --git a/frontend/src/views/Settings.vue b/frontend/src/views/Settings.vue
index 9daa5fe0..6d36081b 100644
--- a/frontend/src/views/Settings.vue
+++ b/frontend/src/views/Settings.vue
@@ -174,13 +174,13 @@
|