]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/ActivityPubConversion.php
Remove DI dependency from Module\Contact\Profile
[friendica.git] / src / Module / Debug / ActivityPubConversion.php
index 0f41dbf17d5316146961a626c15c20d548f4edc6..34628ecf283272a86bc8495de99e44a2f47c42ab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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(),
                                ];
                        }