From 93b8666f0361932143c6b022aa9cd08dc7aa7235 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 24 Sep 2024 10:09:14 -0400 Subject: [PATCH] fix: clarify language for removing previously sent report data Fixes #134 Signed-off-by: Josh --- templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin.php b/templates/admin.php index 1f1f316c..ea7ccc0d 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -34,7 +34,7 @@

- t('We take your privacy seriously. Sending data is disabled by default, and should you choose to turn it on, it will be anonymized first, and you are given the option of what things to share. Upon receiving a report, the previous one is removed. Upload a clean report to delete all data currently stored on the server')); ?> + t('We take your privacy seriously. Sending data is disabled by default, and should you choose to turn it on, it will be anonymized first, and you are given the option of what things to share. Upon receiving a report, the previous one is removed. To delete the stored usage data, upload an empty report by unchecking all of the boxes then sending a new report.')); ?>