mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
Fix translations for columns
This commit is contained in:
parent
246ee27df5
commit
42308ada89
19 changed files with 157 additions and 64 deletions
|
@ -25,17 +25,17 @@ import styles from './TrackFileEditorModalContent.css';
|
|||
const columns = [
|
||||
{
|
||||
name: 'trackNumber',
|
||||
label: translate('Track'),
|
||||
label: () => translate('Track'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'path',
|
||||
label: translate('Path'),
|
||||
label: () => translate('Path'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'quality',
|
||||
label: translate('Quality'),
|
||||
label: () => translate('Quality'),
|
||||
isVisible: true
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue