Fixed albumDoesntExists

Fixed albumDoesntExists (Exsist > Exist).
This commit is contained in:
LaurentHa 2020-10-04 12:15:00 +02:00
parent a02e25c046
commit 7e1b6ff5e1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const en = {
notAvailable: "Track not available on Deezer's servers!", notAvailable: "Track not available on Deezer's servers!",
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!", notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
noSpaceLeft: "No space left on the device!", noSpaceLeft: "No space left on the device!",
albumDoesntExists: "Track's album does not exsist, failed to gather info" albumDoesntExists: "Track's album doesn't exist, failed to gather info"
} }
}, },
favorites: { favorites: {