";
- print " ";
- print "";
@@ -469,13 +469,13 @@ class Pref_Prefs extends Handler_Protected {
print_notice("You will need to use a separate password for the API clients if you enable OTP.");
if (function_exists("imagecreatefromstring")) {
- print "
" . __("Scan the following code by the Authenticator application or copy the key manually:") . "
";
+ print "
" . __("Scan the following code by the Authenticator application or copy the key manually") . "
";
$csrf_token = $_SESSION["csrf_token"];
print "";
} else {
print_error("PHP GD functions are required to generate QR codes.");
- print "
" . __("Use the following OTP key with a compatible Authenticator application:") . "
";
+ print "
" . __("Use the following OTP key with a compatible Authenticator application") . "