diff options
| author | 2022-08-29 21:58:42 +0200 | |
|---|---|---|
| committer | 2022-08-29 21:58:42 +0200 | |
| commit | de7ae9878cfe9d1c9d78caf3e6c67811181f9537 (patch) | |
| tree | 15477e628ec6c03e8a6c5b2d5e179e7b392e2605 | |
| parent | a38fe3a15e12e8317e22c95c2fca7bff7f771222 (diff) | |
Update header.phtml (#4558)
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 3abcfa999..fc83b2044 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -89,7 +89,7 @@ </nav> <?php } elseif (FreshRSS_Auth::accessNeedsAction()) { ?> <div class="item configure"> - <?= _i('login') ?><a class="signin" href="<?= _url('auth', 'login') ?>"><?= _t('gen.auth.login') ?></a> + <a class="signin" href="<?= _url('auth', 'login') ?>"><?= _i('login') ?><?= _t('gen.auth.login') ?></a> </div> <?php } ?> </header> |
