diff --git a/views/bootstrap/class.SetupWebauthn.php b/views/bootstrap/class.SetupWebauthn.php
index 13d02d3e5..1e83938b9 100644
--- a/views/bootstrap/class.SetupWebauthn.php
+++ b/views/bootstrap/class.SetupWebauthn.php
@@ -367,21 +367,21 @@ function webauthnAuthenticate(key, cb){
echo "
".getMLText('webauthn_info')."
";
echo '';
echo '
';
- $this->contentHeading('webauthn_registration');
+ $this->contentHeading(getMLText('webauthn_registration'));
$this->contentContainerStart();
?>
-
";
if($user->getWebauthn()) {
echo '
';
- $this->contentHeading('webauthn_login_test');
+ $this->contentHeading(getMLText('webauthn_login_test'));
$this->contentContainerStart();
?>