Added search error page
For example while searching for curl and wget
This commit is contained in:
@@ -189,7 +189,8 @@ const en = {
|
||||
noResultsTrack: 'No Tracks found',
|
||||
noResultsAlbum: 'No Albums found',
|
||||
noResultsArtist: 'No Artists found',
|
||||
noResultsPlaylist: 'No Playlists found'
|
||||
noResultsPlaylist: 'No Playlists found',
|
||||
error: 'An error occurred, please try again later.'
|
||||
},
|
||||
searchbar: 'Search anything you want (or just paste a link)',
|
||||
downloads: 'downloads',
|
||||
|
||||
@@ -189,7 +189,8 @@ const it = {
|
||||
noResultsTrack: 'Nessun brano trovato',
|
||||
noResultsAlbum: 'Nessun album trovato',
|
||||
noResultsArtist: 'Nessun artista trovato',
|
||||
noResultsPlaylist: 'Nessuna playlist trovata'
|
||||
noResultsPlaylist: 'Nessuna playlist trovata',
|
||||
error: 'Si è verificato un errore, riprova più tardi.'
|
||||
},
|
||||
searchbar: 'Cerca qualsiasi cosa (o incolla semplicemente un link)',
|
||||
downloads: 'download',
|
||||
|
||||
Reference in New Issue
Block a user