diff --git a/diaspora/diaspora.php b/diaspora/diaspora.php index 8b304181..fe0174e8 100644 --- a/diaspora/diaspora.php +++ b/diaspora/diaspora.php @@ -94,7 +94,7 @@ function diaspora_settings(App $a, array &$data) $html = Renderer::replaceMacros($t, [ '$l10n' => [ 'info_header' => DI::l10n()->t('Information'), - 'error_header' => DI::l10n()->t('Error'), + 'error_header' => DI::l10n()->tt('Error', 'Errors', 1), ], '$info' => $info,