mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 15:18:09 -04:00
use already available instance if l10n
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
806ca43b52
commit
df1d1c6c8f
1 changed files with 2 additions and 2 deletions
|
|
@ -182,7 +182,7 @@
|
|||
<div class="verification-dialog-content">
|
||||
<p class="explainVerification"></p>
|
||||
<p class="verificationCode"></p>
|
||||
<p><?php p(\OC::$server->getL10N('settings')->t('It can take up to 24 hours before the account is displayed as verified.'));?></p>
|
||||
<p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
<div class="verification-dialog-content">
|
||||
<p class="explainVerification"></p>
|
||||
<p class="verificationCode"></p>
|
||||
<p><?php p(\OC::$server->getL10N('settings')->t('It can take up to 24 hours before the account is displayed as verified.'));?></p>
|
||||
<p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue