aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-11 20:40:32 +0000
committerMario <mario@mariovavti.com>2023-03-11 20:40:32 +0000
commit5fada6a497ad5123668f282deb508db00e628bda (patch)
tree8f43705d1a5bb345df1c17dbad5ce4afd6c98c17 /Zotlabs
parentac9c33fb3b31f4a3801fbdf7c723b923d699964d (diff)
downloadvolse-hubzilla-5fada6a497ad5123668f282deb508db00e628bda.tar.gz
volse-hubzilla-5fada6a497ad5123668f282deb508db00e628bda.tar.bz2
volse-hubzilla-5fada6a497ad5123668f282deb508db00e628bda.zip
more strings and provide mfa feedback via jgrowl
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Settings/Multifactor.php8
1 files changed, 4 insertions, 4 deletions
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')
]