mirror of
https://github.com/Lidarr/Lidarr
synced 2026-02-04 05:43:23 +01: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',
|
||||
label: 'Timeleft',
|
||||
label: 'Time Left',
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue