mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:10:11 +00:00
Fix spaces around t() and tt()
This commit is contained in:
parent
a00beafe7f
commit
a7af6df962
8 changed files with 10 additions and 10 deletions
|
@ -540,7 +540,7 @@ function dfrn_request_content(&$a) {
|
|||
'$sitename' => $a->config['sitename']
|
||||
));
|
||||
$res = mail($r[0]['email'],
|
||||
t("Introduction received at ") . $a->config['sitename'],
|
||||
t("Introduction received at ") . $a->config['sitename'],
|
||||
$email,
|
||||
'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] );
|
||||
// This is a redundant notification - no point throwing errors if it fails.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue