Fixed wrong spacing on lastFmPlayCount

This commit is contained in:
A Bunch of Computer Nerds 2024-12-17 13:18:25 -03:00
parent ef079eb033
commit f0d8c2e62b

View File

@ -42,7 +42,7 @@
"lastFmNoRecent": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*", "lastFmNoRecent": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*",
"lastFmUserSet": "*Your Last.fm username has been set to:* `{lastUser}`.", "lastFmUserSet": "*Your Last.fm username has been set to:* `{lastUser}`.",
"lastFmStatusFor": "{lastfmUser} *{nowPlaying} listening {playCount}*:\n\n{trackName} by {artistName}", "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}`", "lastFmErr": "*Error retrieving data for Last.fm user* {lastfmUser}.\n\n`{err}`",
"currentCommit": "*Current commit:* `{commitHash}`", "currentCommit": "*Current commit:* `{commitHash}`",
"errorRetrievingCommit": "*Error retrieving commit:* {error}", "errorRetrievingCommit": "*Error retrieving commit:* {error}",