mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
Fix indents
This commit is contained in:
parent
6700467ed4
commit
262c94f12f
5 changed files with 38 additions and 37 deletions
|
@ -43,7 +43,8 @@ function removeme_post(App $a)
|
||||||
|
|
||||||
$email = DI::emailer()
|
$email = DI::emailer()
|
||||||
->newSystemMail((!empty($admin['language'])) ? DI::l10n()->withLang($admin['language']) : DI::l10n()->withLang('en'))
|
->newSystemMail((!empty($admin['language'])) ? DI::l10n()->withLang($admin['language']) : DI::l10n()->withLang('en'))
|
||||||
->withMessage(DI::l10n()->t('[Friendica System Notify]') . ' ' . DI::l10n()->t('User deleted their account'),
|
->withMessage(
|
||||||
|
DI::l10n()->t('[Friendica System Notify]') . ' ' . DI::l10n()->t('User deleted their account'),
|
||||||
DI::l10n()->t('On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'),
|
DI::l10n()->t('On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'),
|
||||||
DI::l10n()->t('The user id is %d', local_user()))
|
DI::l10n()->t('The user id is %d', local_user()))
|
||||||
->forUser($admin['uid'] ?? 0)
|
->forUser($admin['uid'] ?? 0)
|
||||||
|
|
Loading…
Reference in a new issue