mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
add t/string for playlist saving
This commit is contained in:
parent
d939ac788f
commit
d4fd4e2134
3 changed files with 5 additions and 3 deletions
|
@ -94,7 +94,7 @@ const shuffleAdd = () => {
|
|||
title += ' - ' + results.items.songs.items[0].uploaderName;
|
||||
|
||||
useCreatePlaylist(title, urls, () => {
|
||||
alert('Saved!');
|
||||
alert(t('info.saved'));
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue