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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-02 19:56:03 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-02 19:56:03 +0300
commitc14fd70a07a7c2ebce27e19fffc8679f402b8dd9 (patch)
tree70f977b40466a119a4288292ece2ee1182d84326 /templates
parent54bc7127eecda0cacacfca65dd98ca68c4513624 (diff)
improve wording of redirect warning
Diffstat (limited to 'templates')
-rw-r--r--templates/redirect.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/redirect.php b/templates/redirect.php
index 4dbf37fcf..0f2b58d56 100644
--- a/templates/redirect.php
+++ b/templates/redirect.php
@@ -13,11 +13,11 @@
</div>
<?php else: ?>
<div class="error">
- <legend><strong><?php p($l->t('Redirect Warning'));?></strong></legend>
- <p><?php p($l->t('The previous page is sending you to %s.', array($_['urlHost']))); ?></p>
+ <legend><strong><?php p($l->t('Redirect warning'));?></strong></legend>
+ <p><?php p($l->t('The previous page is sending you to %s', array($_['urlHost']))); ?></p>
<p><?php print_unescaped($l->t('If you do not want to visit that page, you can return to <a href="%s">the mail app</a>.', array($_['mailURL']))); ?></p>
<br/>
- <a href="<?php p($_['url']) ?>" class="button" rel="noreferrer" id="redirectLink"><?php p($l->t('Click here to visit the website.'));?></a>
+ <a href="<?php p($_['url']) ?>" class="button" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s', array($_['urlHost']))); ?></a>
</div>
<?php endif; ?>