diff --git a/src/components/Search.vue b/src/components/Search.vue index 9a2b756..6ad49bd 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -110,7 +110,7 @@ const shuffleAdd = () => { title += ' - ' + results.items.songs.items[0].uploaderName; useCreatePlaylist(title, urls, () => { - alert('Saved!'); + alert(t('info.saved')); }); } }, diff --git a/src/locales/de.json b/src/locales/de.json index b377c91..1ce313c 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -69,7 +69,8 @@ "info": { "no_info": "Keine Informationen verfügbar", "see_all": "Alle sehen", - "search": "Suche starten" + "search": "Suche starten", + "saved": "Gespeichert!" }, "instances": { "up_to_date": "Aktuell", diff --git a/src/locales/en.json b/src/locales/en.json index a040936..da0554c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -69,7 +69,8 @@ "info": { "see_all": "See All", "search": "Start Searching", - "no_info": "No Information Available" + "no_info": "No Information Available", + "saved": "Saved!" }, "instances": { "hyp": "Hyperpipe Instance",