add t/string for playlist saving

This commit is contained in:
vrifox 2023-07-18 16:55:59 +02:00 committed by Shiny Nematoda
parent 2e3ab42908
commit a01d14cbbc
3 changed files with 5 additions and 3 deletions

View file

@ -110,7 +110,7 @@ const shuffleAdd = () => {
title += ' - ' + results.items.songs.items[0].uploaderName;
useCreatePlaylist(title, urls, () => {
alert('Saved!');
alert(t('info.saved'));
});
}
},