diff options
| author | 2015-07-22 22:04:33 +0200 | |
|---|---|---|
| committer | 2015-07-22 22:04:33 +0200 | |
| commit | de2e221aca0639c45cfe30f049ec71a493b17a5c (patch) | |
| tree | ed53112ecd9dd883c0a6bd729f4ec131e7881651 /app/views/auth/formLogin.phtml | |
| parent | 3a929138b000a45f57b3a6c62d5cfa72b842538c (diff) | |
Fix translations
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/views/auth/formLogin.phtml')
| -rw-r--r-- | app/views/auth/formLogin.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/formLogin.phtml b/app/views/auth/formLogin.phtml index 3a6053065..b0083944f 100644 --- a/app/views/auth/formLogin.phtml +++ b/app/views/auth/formLogin.phtml @@ -2,7 +2,7 @@ <h1><?php echo _t('gen.auth.login'); ?></h1> <?php if (!max_registrations_reached()) { ?> - <a href="<?php echo _url('auth', 'register'); ?>"><?php echo _t('gen.auth.register.ask'); ?></a> + <a href="<?php echo _url('auth', 'register'); ?>"><?php echo _t('gen.auth.registration.ask'); ?></a> <?php } ?> <form id="crypto-form" method="post" action="<?php echo _url('auth', 'login'); ?>"> |
