diff options
author | Mario <mario@mariovavti.com> | 2023-03-09 15:48:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-09 15:48:03 +0000 |
commit | 203d9d651f799710cc38824312b29ba341f1ea0f (patch) | |
tree | 9b6e1495aafb64995d04137643f45505fa3ce965 /Zotlabs/Module/Settings/Account.php | |
parent | 8af5788fc193a245c8aeed3b554a79baaa1bde3a (diff) | |
download | volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.tar.gz volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.tar.bz2 volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.zip |
mfa strings update
Diffstat (limited to 'Zotlabs/Module/Settings/Account.php')
-rw-r--r-- | Zotlabs/Module/Settings/Account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Account.php b/Zotlabs/Module/Settings/Account.php index 5e1fb176e..85e7c793f 100644 --- a/Zotlabs/Module/Settings/Account.php +++ b/Zotlabs/Module/Settings/Account.php @@ -105,6 +105,7 @@ class Account { '$password1' => array('npassword', t('Enter New Password'), '', ''), '$password2' => array('confirm', t('Confirm New Password'), '', t('Leave password fields blank unless changing')), '$submit' => t('Submit'), + '$mfa' => t('Multi-Factor Authentication'), '$email' => array('email', t('DId2 or Email Address:'), $email, '', '', $attremail), '$email_hidden' => (($attremail) ? $email : ''), '$removeme' => t('Remove Account'), |