mirror of https://github.com/Sonarr/Sonarr
New: Activity Queue: Rename Timeleft column to Time Left
This commit is contained in:
parent
2f366bc3b7
commit
2ddf131e1a
|
@ -130,7 +130,7 @@ export const defaultState = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'estimatedCompletionTime',
|
name: 'estimatedCompletionTime',
|
||||||
label: 'Timeleft',
|
label: 'Time Left',
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisible: true
|
isVisible: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue