mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Fixed translations
This commit is contained in:
@@ -11,17 +11,23 @@ import styles from './ExtraFileTableContent.css';
|
||||
const columns = [
|
||||
{
|
||||
name: 'relativePath',
|
||||
label: translate('RelativePath'),
|
||||
get label() {
|
||||
return translate('RelativePath');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'extension',
|
||||
label: translate('Extension'),
|
||||
get label() {
|
||||
return translate('Extension');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'type',
|
||||
label: translate('Type'),
|
||||
get label() {
|
||||
return translate('Type');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user