mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix table albumCount translation
This commit is contained in:
parent
caa9448200
commit
2b8db9cfc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue