1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

New: Activity Queue: Rename Timeleft column to Time Left

This commit is contained in:
Nathaniel Peiffer
2021-06-22 13:37:00 +10:00
committed by GitHub
parent 2f366bc3b7
commit 2ddf131e1a

View File

@@ -130,7 +130,7 @@ export const defaultState = {
},
{
name: 'estimatedCompletionTime',
label: 'Timeleft',
label: 'Time Left',
isSortable: true,
isVisible: true
},