summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index d8f882f18..9a0abeb25 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -199,7 +199,7 @@
}
$mail->IsHTML(false);
- $mail->Subject = __("Password change notification");
+ $mail->Subject = __("[tt-rss] Password change notification");
$mail->Body = $message;
$rc = $mail->Send();