mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
deindent calls
implement function in new class
This commit is contained in:
parent
916b3e551e
commit
b73af72deb
4 changed files with 12 additions and 11 deletions
|
@ -1696,10 +1696,10 @@ function admin_page_users_post(App $a)
|
|||
}
|
||||
|
||||
$user = $result['user'];
|
||||
$preamble = deindent(L10n::t('
|
||||
$preamble = Strings::deindent(L10n::t('
|
||||
Dear %1$s,
|
||||
the administrator of %2$s has set up an account for you.'));
|
||||
$body = deindent(L10n::t('
|
||||
$body = Strings::deindent(L10n::t('
|
||||
The login details are as follows:
|
||||
|
||||
Site Location: %1$s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue