Update login.php

Fixed grammar issue.
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#af/$/124614533?issue=yes
This commit is contained in:
rakekniven 2018-03-08 20:08:11 +01:00 committed by GitHub
parent cccf6f4d5f
commit 1046fb5111
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?')); ?>
</a>
<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>
</div>
<?php } ?>