Added missing wrongGeolocation string

This commit is contained in:
RemixDev 2021-07-27 21:13:03 +02:00
parent 3194320ef3
commit ab8e974b21
1 changed files with 3 additions and 2 deletions

View File

@ -128,8 +128,9 @@ 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 doesn't exist, failed to gather info", albumDoesntExists: "Track's album doesn't exist, failed to gather info.",
wrongLicense: "Your account can't stream the track at the desired bitrate" wrongLicense: "Your account can't stream the track at the desired bitrate.",
wrongGeolocation: "Your account can't stream the track from your current country."
} }
}, },
favorites: { favorites: {