diff --git a/pool/page_2fa.php b/pool/page_2fa.php
index 769aa6da..0e1a8c2f 100644
--- a/pool/page_2fa.php
+++ b/pool/page_2fa.php
@@ -20,8 +20,8 @@ function set_2fa($data, $user, $tfa, $ans, $err)
$pg .= "You don't have 2FA setup yet
";
$pg .= 'To use 2FA you need an App on your phone/tablet
';
$pg .= 'The free and recommended ones that have been tested here are:
';
- $pg .= "Android: 'FreeOTP Authenticator' by Red Hat
";
- $pg .= "Apple: 'OTP Auth' by Roland Moers
";
+ $pg .= "Android: Google Play 'FreeOTP Authenticator' by Red Hat
";
+ $pg .= "Apple: App Store 'OTP Auth' by Roland Moers
";
$pg .= 'Click here to start setting up 2FA: ';
$pg .= '';
$pg .= '';