Skip to content

Commit 5aaba31

Browse files
fix: clarify language for removing previously sent report data
Fixes #134 Signed-off-by: Josh <[email protected]>
1 parent ba4dac1 commit 5aaba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
<p>
23-
<?php p($l->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')); ?>
23+
<?php p($l->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.')); ?>
2424
</p>
2525

2626
<button><?php p($l->t('Send new report now')); ?></button>

0 commit comments

Comments
 (0)