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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2018-01-14 08:52:50 +0300
committerGitHub <noreply@github.com>2018-01-14 08:52:50 +0300
commit7a939e732aef893db663ce9192b496c2f312d0c8 (patch)
treef4e15359247c9f64436932cdf12208c5b6ea9926 /templates
parent0a8505ef0bcb841846a02742da283ef6222a01e9 (diff)
Email me about activity
Diffstat (limited to 'templates')
-rw-r--r--templates/goto.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/goto.tmpl.php b/templates/goto.tmpl.php
index 71a20cef..6619d66f 100644
--- a/templates/goto.tmpl.php
+++ b/templates/goto.tmpl.php
@@ -334,7 +334,7 @@
<?php if (User::isLoggedIn()) : ?>
<div class="notification">
<input type="checkbox" id="check_notif" class="checkbox" <?php if ($notification !== null) print_unescaped(' checked'); ?> />
- <label for="check_notif"><?php p($l->t('Receive notifications of activity per email')); ?></label>
+ <label for="check_notif"><?php p($l->t('Email me about activity')); ?></label>
</div>
<?php endif; ?>
</div>