From 5fada6a497ad5123668f282deb508db00e628bda Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Mar 2023 20:40:32 +0000 Subject: more strings and provide mfa feedback via jgrowl --- Zotlabs/Module/Settings/Multifactor.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Zotlabs/Module/Settings') diff --git a/Zotlabs/Module/Settings/Multifactor.php b/Zotlabs/Module/Settings/Multifactor.php index 4df718c6a..8b91bc87a 100644 --- a/Zotlabs/Module/Settings/Multifactor.php +++ b/Zotlabs/Module/Settings/Multifactor.php @@ -72,16 +72,16 @@ class Multifactor { '$qrcode' => (new QRCode())->render($uri), '$uri' => $uri, '$secret' => ($account['account_external'] ?? ''), - '$test_pass' => t("That code is correct."), - '$test_fail' => t("Incorrect code."), + '$test_pass' => t("Congratulations, the provided code was correct"), + '$test_fail' => t("Incorrect code"), '$enable_mfa' => [ 'enable_mfa', t('Enable Multi-Factor Authentication'), AConfig::Get($account['account_id'], 'system', 'mfa_enabled'), - t('Logging in will require you to be in possession of your smartphone with an authenticator app'), + t('Logging in will require you to be in possession of your smartphone'), [t('No'), t('Yes')] ], - '$password' => ['password', t('Please enter your password'), '', t('Required')], + '$password' => ['password', t('Your account password'), '', t('Required')], '$submit' => t('Submit'), '$test' => t('Test') ] -- cgit v1.2.3