diff options
Diffstat (limited to 'app/Template/auth')
-rw-r--r-- | app/Template/auth/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php index 41441e69..3fcb6bbf 100644 --- a/app/Template/auth/index.php +++ b/app/Template/auth/index.php @@ -3,7 +3,7 @@ <?= $this->hook->render('template:auth:login-form:before') ?> <?php if (isset($errors['login'])): ?> - <p class="alert alert-error"><?= $this->e($errors['login']) ?></p> + <p class="alert alert-error"><?= $this->text->e($errors['login']) ?></p> <?php endif ?> <?php if (! HIDE_LOGIN_FORM): ?> |