Update common.json

Remove Total from Queue Size
This commit is contained in:
Karl0ss 2023-06-15 10:42:51 +01:00 committed by GitHub
parent d426bdab9e
commit f0f619a602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,7 +657,7 @@
"jdownloader": { "jdownloader": {
"downloadCount": "Queue Count", "downloadCount": "Queue Count",
"downloadBytesRemaining": "Queue Remaining", "downloadBytesRemaining": "Queue Remaining",
"downloadTotalBytes": "Total Queue Size", "downloadTotalBytes": "Queue Size",
"downloadSpeed": "Download Speed" "downloadSpeed": "Download Speed"
} }
} }