New: Activity Queue: Rename Timeleft column to Time Left (#2293)

This commit is contained in:
servarr[bot] 2021-06-26 14:07:05 +01:00 committed by GitHub
parent d5bd169061
commit f287c82591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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