total_download should say total_upload (#16178)

This commit is contained in:
Grant Emsley 2021-01-15 13:26:06 -05:00 committed by GitHub
parent ec85500da3
commit 4f98d327a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ monitored_conditions:
description: Total bandwidth (download and upload sum calculation) used during the unlimited period (gigabytes). description: Total bandwidth (download and upload sum calculation) used during the unlimited period (gigabytes).
total_download: total_download:
description: Total bandwidth download (Grace + Used) (gigabytes). description: Total bandwidth download (Grace + Used) (gigabytes).
total_download: total_upload:
description: Total bandwidth upload (Grace + Used) (gigabytes). description: Total bandwidth upload (Grace + Used) (gigabytes).
used_remaining: used_remaining:
description: Remaining bandwidth calculated from used and supplied total bandwidth (gigabytes). description: Remaining bandwidth calculated from used and supplied total bandwidth (gigabytes).