diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 17e714a49..c026a0669 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -906,7 +906,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>getMLText('2_factor_auth')); - $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>'webauthn_auth'); + $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth')); if ($this->params['enableusersview']){ if ($accessobject->check_view_access('UsrView')) diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 32342ff24..57eb7dd9c 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -823,7 +823,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>getMLText('2_factor_auth')); - $menuitems['webauthn'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn')); + $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth')); if ($this->params['enableusersview']){ if ($accessobject->check_view_access('UsrView'))