From 3bb4683a78535de30522a9331ddd9c3790daf4f4 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Fri, 16 Dec 2022 16:48:18 -0600 Subject: [PATCH] Fix typo --- TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);