Merge pull request #8736 from nextcloud/rakekniven-patch-1

Update login.php
This commit is contained in:
Joas Schilling 2018-03-09 09:51:36 +01:00 committed by GitHub
commit 81a3ac1226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ script('core', 'merged-login');
<?php p($l->t('Forgot password?')); ?> <?php p($l->t('Forgot password?')); ?>
</a> </a>
<a id="lost-password-back" href="" style="display:none;"> <a id="lost-password-back" href="" style="display:none;">
<?php p($l->t('Back to log in')); ?> <?php p($l->t('Back to login')); ?>
</a> </a>
</div> </div>
<?php } ?> <?php } ?>