Skip to content

Commit 1405b2e

Browse files
Merge pull request #315 from nextcloud/jtr/fix-issue-134-empty-report-upload-language
fix: clarify language for removing previously sent report data
2 parents 5ac6e5c + 5aaba31 commit 1405b2e

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)