mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fixed translations
This commit is contained in:
@@ -21,7 +21,9 @@ const columns = [
|
||||
},
|
||||
{
|
||||
name: 'name',
|
||||
label: translate('Name'),
|
||||
get label() {
|
||||
return translate('Name');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
@@ -31,7 +33,9 @@ const columns = [
|
||||
},
|
||||
{
|
||||
name: 'time',
|
||||
label: translate('Time'),
|
||||
get label() {
|
||||
return translate('Time');
|
||||
},
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user