Added invalid spotify username warning
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user