From 2ecafea75935e368f781ac771e5dba0d3e73b4fc Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 5 Dec 2023 18:29:07 -0800 Subject: [PATCH] Fix album count translation string --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 3997bd640..9dc7b0de6 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -552,7 +552,7 @@ "column": { "album": "album", "albumArtist": "album artist", - "albumCount": "$t(entity.album_other)", + "albumCount": "$t(entity.album_one)", "artist": "$t(entity.artist_one)", "biography": "biography", "bitrate": "bitrate",