summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-17 14:58:31 +0300
committerAndrew Dolgov <[email protected]>2019-12-17 14:58:31 +0300
commitdf464e3d0dbc8cd9c10d0eaa5b80ce1b20de0d9f (patch)
treedad3eabe85444a918ee9c107b2013b799f7ba931 /classes
parentf83836ade9f109f567c05360a4e23a69d7c73772 (diff)
update app password notice
Diffstat (limited to 'classes')
-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 ce24ba4ce..4214ac6a8 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -405,7 +405,7 @@ class Pref_Prefs extends Handler_Protected {
print "<div dojoType='dijit.layout.ContentPane' title=\"" . __('App passwords') . "\">";
- print_notice("You can create separate passwords for the API clients. Using one is required if you enable OTP.");
+ print_notice("You can create separate passwords for API clients. Using one is required if you enable OTP.");
print "<div id='app_passwords_holder'>";
$this->appPasswordList();