diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-15 16:27:15 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel@molkentin.de> | 2012-10-15 17:42:38 +0200 |
commit | 842d6dad47f90730bcc0ac04b36891dfe119eb2a (patch) | |
tree | 81db94c909a62583788aa67bd7cbd35ffaae79a6 | |
parent | 4d7b0e9bb3d39d40af2bab9dc891226f7fbb591d (diff) | |
download | nextcloud-server-842d6dad47f90730bcc0ac04b36891dfe119eb2a.tar.gz nextcloud-server-842d6dad47f90730bcc0ac04b36891dfe119eb2a.zip |
Remove space
-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"> |