Added invalid spotify username warning

This commit is contained in:
RemixDev
2022-05-28 14:41:01 +02:00
parent f29ff88e35
commit 416f5a2a04
3 changed files with 17 additions and 5 deletions

View File

@@ -222,7 +222,8 @@ const en = {
noLovedPlaylist: 'No loved tracks playlist!',
checkingUpdates: 'Checking for updates...',
noUpdateAvailable: 'No updates found',
updateAvailable: 'An update is available!'
updateAvailable: 'An update is available!',
wrongSpotifyUsername: '{username} is not a valid spotify username'
},
settings: {
title: 'Settings',

View File

@@ -223,7 +223,8 @@ const it = {
noLovedPlaylist: 'Nessuna playlist "Canzoni del cuore"!',
checkingUpdates: 'Cercando aggiornamenti...',
noUpdateAvailable: 'Nessun aggiornamento trovato',
updateAvailable: 'È disponibile un aggiornamento!'
updateAvailable: 'È disponibile un aggiornamento!',
wrongSpotifyUsername: '{username} non è un username di Spotify valido'
},
settings: {
title: 'Impostazioni',