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>2016-08-02 17:37:18 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-02 17:37:18 +0300
commit81c7ea7c5d5fc42f556ad1a2edbb3a20775ccb0c (patch)
tree0e416be272a8c95249eae5843c6aa5a777cd5a18 /templates
parentcc2287a8d59713da2aa8eaacde5175f268ef636b (diff)
improve wording of link redirect
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 2b2488aae..d4b42b3d6 100644
--- a/templates/redirect.php
+++ b/templates/redirect.php
@@ -36,9 +36,9 @@
</div>
<?php else: ?>
<div class="error">
- <h2><?php p($l->t('Redirect warning'));?></h2>
- <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>
+ <h2><?php p($l->t('Redirect'));?></h2>
+ <p><?php p($l->t('The link leads to %s', array($_['urlHost']))); ?></p>
+ <p><?php print_unescaped($l->t('If you don’t want to visit that page, you can return to <a href="%s">Mail</a>.', array($_['mailURL']))); ?></p>
<br/>
<a href="<?php p($_['url']) ?>" class="button" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s', array($_['urlHost']))); ?></a>