mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
notify admin when user deletes account
This commit is contained in:
parent
e7680a40d4
commit
d149541dba
2 changed files with 22 additions and 1 deletions
|
@ -357,7 +357,7 @@ function notification($params)
|
|||
if ($params['type'] == NOTIFY_SYSTEM) {
|
||||
switch($params['event']) {
|
||||
case "SYSTEM_REGISTER_REQUEST":
|
||||
$subject = L10n::t('[Friendica System:Notify] registration request');
|
||||
$subject = L10n::t('[Friendica System Notify]') . ' ' . L10n::t('registration request');
|
||||
|
||||
$preamble = L10n::t('You\'ve received a registration request from \'%1$s\' at %2$s', $params['source_name'], $sitename);
|
||||
$epreamble = L10n::t('You\'ve received a [url=%1$s]registration request[/url] from %2$s.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue