fix table albumCount translation

This commit is contained in:
Kendall Garner 2025-07-02 19:52:13 -07:00
parent caa9448200
commit 2b8db9cfc1
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -215,7 +215,7 @@ export const ALBUMARTIST_TABLE_COLUMNS = [
value: TableColumn.PLAY_COUNT,
},
{
label: i18n.t('table.config.label.albumCount', { postProcess: 'titleCase' }),
label: i18n.t('filter.albumCount', { postProcess: 'titleCase' }),
value: TableColumn.ALBUM_COUNT,
},
{