fixes #2287 add a new language key

This commit is contained in:
Linty
2024-12-19 16:40:38 +01:00
parent fc5bc47bc3
commit 0645372570
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1068,9 +1068,10 @@ function pwg_generate_set_password_mail($username, $set_password_link, $gallery_
unset_make_full_url();
$message = trigger_change('render_lost_password_mail_content', $message);
$subject = l10n('Welcome to %s', $gallery_title);
return array(
'subject' => l10n('Welcome to ') . '['.$gallery_title.']',
'subject' => $subject,
'content' => $message,
'content_format' => 'text/html',
);