From ab8e974b2151df14b416df3a11bea8583856a8a8 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Tue, 27 Jul 2021 21:13:03 +0200 Subject: [PATCH] Added missing wrongGeolocation string --- src/lang/en.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 7782ffc..6cd075c 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -128,8 +128,9 @@ const en = { notAvailable: "Track not available on Deezer's servers!", notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!", noSpaceLeft: 'No space left on the device!', - albumDoesntExists: "Track's album doesn't exist, failed to gather info", - wrongLicense: "Your account can't stream the track at the desired bitrate" + albumDoesntExists: "Track's album doesn't exist, failed to gather info.", + 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: {