diff --git a/TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php b/TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php index e47ef0ea..78b1e7a6 100644 --- a/TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php +++ b/TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php @@ -124,7 +124,7 @@ public function execute() ); $this->config->reinit(); $this->getMessageManager()->addSuccessMessage( - __('Two-Factory Authorization providers have been successfully configured') + __('Two-Factor Authorization providers have been successfully configured') ); return $this->_redirect($this->startUpUrl);