mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-05 15:37:06 +02:00
Use PLUGIN_ADMIN. prefix for translations
This commit is contained in:
@@ -156,7 +156,7 @@ class Admin
|
||||
|
||||
$l = $this->grav['language'];
|
||||
|
||||
$this->setMessage($l->translate('LOGIN_LOGGED_IN'), 'info');
|
||||
$this->setMessage($l->translate('PLUGIN_ADMIN.LOGIN_LOGGED_IN'), 'info');
|
||||
|
||||
// $redirect_route =$this->getLoginRedirect() ?: $this->uri->route();
|
||||
$redirect_route = $this->uri->route();
|
||||
|
||||
Reference in New Issue
Block a user