From f0d8c2e62b7e3e6fa9dab4435ccfd351d5b2b924 Mon Sep 17 00:00:00 2001 From: A Bunch of Computer Nerds Date: Tue, 17 Dec 2024 13:18:25 -0300 Subject: [PATCH] Fixed wrong spacing on lastFmPlayCount --- src/locales/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/english.json b/src/locales/english.json index 05ccb74..d7bd19b 100644 --- a/src/locales/english.json +++ b/src/locales/english.json @@ -42,7 +42,7 @@ "lastFmNoRecent": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*", "lastFmUserSet": "*Your Last.fm username has been set to:* `{lastUser}`.", "lastFmStatusFor": "{lastfmUser} *{nowPlaying} listening {playCount}*:\n\n{trackName} by {artistName}", - "lastFmPlayCount": " by the {plays}th time", + "lastFmPlayCount": "by the {plays}th time", "lastFmErr": "*Error retrieving data for Last.fm user* {lastfmUser}.\n\n`{err}`", "currentCommit": "*Current commit:* `{commitHash}`", "errorRetrievingCommit": "*Error retrieving commit:* {error}",