fix table albumCount translation

This commit is contained in:
Kendall Garner
2025-07-02 19:52:13 -07:00
parent caa9448200
commit 2b8db9cfc1
@@ -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,
},
{