mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
add t/string for playlist saving
This commit is contained in:
parent
2e3ab42908
commit
a01d14cbbc
3 changed files with 5 additions and 3 deletions
|
@ -110,7 +110,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