diff --git a/admin/tool/mfa/factor/nosetup/lang/en/factor_nosetup.php b/admin/tool/mfa/factor/nosetup/lang/en/factor_nosetup.php index 2c7a56d9f34..3c30fa42b15 100644 --- a/admin/tool/mfa/factor/nosetup/lang/en/factor_nosetup.php +++ b/admin/tool/mfa/factor/nosetup/lang/en/factor_nosetup.php @@ -25,8 +25,8 @@ $string['deleteunusablefactors'] = 'Delete unusable Optional MFA factors'; $string['info'] = 'This factor passes if the user has no other factors set up.'; -$string['pluginname'] = 'No other factors'; -$string['privacy:metadata'] = 'The No other factors plugin does not store any personal data'; +$string['pluginname'] = 'Optional MFA'; +$string['privacy:metadata'] = 'The Optional MFA plugin does not store any personal data'; $string['settings:description'] = 'Allow users who haven\'t set up any other authentication factors to bypass MFA until another factor is added.'; $string['settings:shortdescription'] = 'Allow users to bypass MFA if they have not set up any other authentication factor.'; $string['summarycondition'] = 'has no other factors set up';