diff --git a/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php b/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php --- a/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php +++ b/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php @@ -16,14 +16,14 @@ public function getFactorCreateHelp() { return pht( - 'Allow users to attach a mobile authenticator application (like '. - 'Google Authenticator) to their account.'); + 'Allow users to attach a mobile authenticator application (like 2FAS,'. + 'Aegis, FreeOTP, or Bitwarden Authenticator) to their account.'); } public function getFactorDescription() { return pht( - 'Attach a mobile authenticator application (like Authy '. - 'or Google Authenticator) to your account. When you need to '. + 'Attach a mobile authenticator application (like 2FAS, Aegis, '. + 'FreeOTP, or Bitwarden Authenticator) to your account. When you need to '. 'authenticate, you will enter a code shown on your phone.'); } @@ -33,9 +33,9 @@ return pht( 'To add a TOTP factor to your account, you will first need to install '. - 'a mobile authenticator application on your phone. Two applications '. - 'which work well are **Google Authenticator** and **Authy**, but any '. - 'other TOTP application should also work.'. + 'a mobile authenticator application on your phone. Some applications '. + 'which work well are **Bitwarden Authenticator**, **Aegis**, **2FAS**, '. + '**FreeOTP**, and **Aegis**, but any other TOTP application should also work.'. "\n\n". 'If you haven\'t already, download and install a TOTP application on '. 'your phone now. Once you\'ve launched the application and are ready '.