mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-24 09:20:41 +01: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