Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-08-15 02:13:31 +0300
committerRobin Appelman <robin@icewind.nl>2020-08-15 05:56:10 +0300
commit12fa3424a4ad6207695fc0f2806252959055875a (patch)
tree763155d0720501fa68a9fdb37208c254d1d9dac1 /templates
parent733640340e8245aad882057e569c5a74bc4554b1 (diff)
only send activity by others in digest mail
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings/personal.php b/templates/settings/personal.php
index 190de290..3d4f900b 100644
--- a/templates/settings/personal.php
+++ b/templates/settings/personal.php
@@ -41,5 +41,5 @@ style('activity', 'settings');
<input id="activity_email_enabled" name="activity_digest" type="checkbox" class="checkbox"
value="1" <?php if ($_['activity_digest_enabled']) { print_unescaped('checked="checked"'); } ?> />
- <label for="activity_email_enabled"><?php p($l->t('Send daily activity digest')); ?></label>
+ <label for="activity_email_enabled"><?php p($l->t('Send daily activity summary')); ?></label>
</form>