Skip to content
Snippets Groups Projects
Commit 0d3afada authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Don't split translation lines

parent 06dfc951
Branches
No related tags found
No related merge requests found
<?php if ($_['requested']): ?> <?php if ($_['requested']): ?>
<div class="success"><p> <div class="success"><p>
<?php <?php
echo $l->t('The link to reset your password has been sent to your email.'); echo $l->t('The link to reset your password has been sent to your email.</p>
echo "</p><p>"; <p>If you do not receive it within a reasonable amount of time, check your spam/junk folders.</p>
echo $l->t('If you do not receive it within a reasonable amount of time, check your spam/junk folders.'); <p>If it is not there ask your local administrator .');
echo "</p><p>";
echo $l->t('If it is not there ask your local administrator .');
?> ?>
</p></div> </p></div>
<?php else: ?> <?php else: ?>
...@@ -13,11 +11,7 @@ ...@@ -13,11 +11,7 @@
<fieldset> <fieldset>
<?php if ($_['error']): ?> <?php if ($_['error']): ?>
<div class="errors"><p> <div class="errors"><p>
<?php <?php echo $l->t('Request failed!</p><p>Did you make sure the Email was right?'); ?>
echo $l->t('Request failed!');
echo "</p><p>";
echo $l->t('Did you make sure the Email was right?');
?>
</p></div> </p></div>
<?php endif; ?> <?php endif; ?>
<?php echo $l->t('You will receive a link to reset your password via Email.'); ?> <?php echo $l->t('You will receive a link to reset your password via Email.'); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment