From 897a41b6d7e7efea84d8ff23842fe075e50bfa98 Mon Sep 17 00:00:00 2001 From: Maximilian Hill Date: Mon, 13 Mar 2023 17:23:19 +0100 Subject: [PATCH] rename graph --- web/plugins/metrics/proxmox_bs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugins/metrics/proxmox_bs.py b/web/plugins/metrics/proxmox_bs.py index 55eb4e9..989ccda 100644 --- a/web/plugins/metrics/proxmox_bs.py +++ b/web/plugins/metrics/proxmox_bs.py @@ -41,7 +41,7 @@ 'color': indexed_color(5, 6), } metric_info['verify_none'] = { - 'title': _('Snapshots yet to be verified'), + 'title': _('Unverified Snapshots'), 'unit' : 'count', 'color': indexed_color(6, 6), }