diff options
Diffstat (limited to 'core/templates/verify.php')
-rw-r--r-- | core/templates/verify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/verify.php b/core/templates/verify.php index 7be0d69ed00..600eaca05b7 100644 --- a/core/templates/verify.php +++ b/core/templates/verify.php @@ -3,7 +3,7 @@ <ul> <li class="errors"> <?php echo $l->t('Security Warning!'); ?><br> - <small><?php echo $l->t("Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again. "); ?></small> + <small><?php echo $l->t("Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again."); ?></small> </li> </ul> <p class="infield"> |