X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FDebug%2FActivityPubConversion.php;h=34628ecf283272a86bc8495de99e44a2f47c42ab;hb=1d6f5c33a1a7c538d4e529d22701fd735855da15;hp=8593de81c0cf505cf1b4f82a4a7416dc4df51c22;hpb=87a945b2956b793cc8d287c3a2fd4b2b6fab68cb;p=friendica.git diff --git a/src/Module/Debug/ActivityPubConversion.php b/src/Module/Debug/ActivityPubConversion.php index 8593de81c0..34628ecf28 100644 --- a/src/Module/Debug/ActivityPubConversion.php +++ b/src/Module/Debug/ActivityPubConversion.php @@ -1,6 +1,6 @@ getLocalUserId(); $push = false; if (!$source) { @@ -126,7 +126,7 @@ class ActivityPubConversion extends BaseModule ]; } catch (\Throwable $e) { $results[] = [ - 'title' => DI::l10n()->t('Error'), + 'title' => DI::l10n()->tt('Error', 'Errors', 1), 'content' => $e->getMessage(), ]; }