summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-01 15:27:24 +0300
committerAndrew Dolgov <[email protected]>2019-11-01 15:27:24 +0300
commit05dffcff6f2dc995e35936aa87049e937308d062 (patch)
treeb174f3dd0e05d6645c3dbd3540010b155411252a /classes/pref
parent812a6c9f161ddc9df10a7c50b0c8fcfe37f5d502 (diff)
OTP stuff: update notice wording a bit
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index a80583635..386a2c9c7 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -466,7 +466,7 @@ class Pref_Prefs extends Handler_Protected {
} else {
print_warning("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.");
- print_notice("You will need to use a separate password for the API clients if you enable OTP.");
+ print_notice("You will need to generate app passwords for the API clients if you enable OTP.");
if (function_exists("imagecreatefromstring")) {
print "<h3>" . __("Scan the following code by the Authenticator application or copy the key manually:") . "</h3>";