]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-users.php
update translations
[tt-rss.git] / modules / pref-users.php
index d8f882f18d99f4d72593515f03fdb20539a760ba..9a0abeb25bb20a7234d793198f6a9ded379ac641 100644 (file)
                                        }
 
                                        $mail->IsHTML(false);
-                                       $mail->Subject = __("Password change notification");
+                                       $mail->Subject = __("[tt-rss] Password change notification");
                                        $mail->Body = $message;
 
                                        $rc = $mail->Send();