mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 06:51:28 +00:00
update utility.css related stuff some more
This commit is contained in:
@@ -290,7 +290,7 @@ class Pref_Users extends Handler_Protected {
|
||||
if ($show_password) {
|
||||
print T_sprintf("Changed password of user <b>%s</b> to <b>%s</b>", $login, $tmp_user_pwd);
|
||||
} else {
|
||||
print T_sprintf("Sending new password of user <b>%s</b> to <b>%s</b>", $login, $email);
|
||||
print_notice(T_sprintf("Sending new password of user <b>%s</b> to <b>%s</b>", $login, $email));
|
||||
}
|
||||
|
||||
require_once 'classes/ttrssmailer.php';
|
||||
|
||||
Reference in New Issue
Block a user