diff options
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 6cd9ac8f7be..ad698c37724 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -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> |