From ba517d83554c4c6224a6d1f4ec63afb5ab88be1e 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 b0fec01..b32fd56 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -20,7 +20,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.')); ?>