mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix table albumCount translation
This commit is contained in:
@@ -215,7 +215,7 @@ export const ALBUMARTIST_TABLE_COLUMNS = [
|
|||||||
value: TableColumn.PLAY_COUNT,
|
value: TableColumn.PLAY_COUNT,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: i18n.t('table.config.label.albumCount', { postProcess: 'titleCase' }),
|
label: i18n.t('filter.albumCount', { postProcess: 'titleCase' }),
|
||||||
value: TableColumn.ALBUM_COUNT,
|
value: TableColumn.ALBUM_COUNT,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user