mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
New: Activity Queue: Rename Timeleft column to Time Left (#2293)
This commit is contained in:
parent
d5bd169061
commit
f287c82591
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export const defaultState = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'estimatedCompletionTime',
|
name: 'estimatedCompletionTime',
|
||||||
label: 'Timeleft',
|
label: 'Time Left',
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisible: true
|
isVisible: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue