Skip to content
Snippets Groups Projects
Commit 81c7ea7c authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

improve wording of link redirect

parent cc2287a8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment