mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Fixed translations
This commit is contained in:
@@ -19,12 +19,16 @@ import LogFilesTableRow from './LogFilesTableRow';
|
||||
const columns = [
|
||||
{
|
||||
name: 'filename',
|
||||
label: translate('Filename'),
|
||||
get label() {
|
||||
return translate('Filename');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'lastWriteTime',
|
||||
label: translate('LastWriteTime'),
|
||||
get label() {
|
||||
return translate('LastWriteTime');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user