From ffded269d4acffe6240e7d02ab20d4070241a50c Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:26:28 -0700 Subject: [PATCH] added enter URL i18n --- src/i18n/en_US.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index c08152a1..a0e63714 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -633,6 +633,7 @@ "spotify.openURL": "Open Spotify URL...", "spotify.saveToAppleMusic": "Save to Apple Music", "spotify.loadingPlaylist": "Loading Playlist...", + "spotify.enterURL": "Enter Spotify URL", "oobe.yes": "Yes", "oobe.no": "No", "oobe.next": "Next",