Fix messages.po issue

pull/1299/head
Philipp 2022-10-21 10:08:38 +02:00
parent cf37ad5914
commit 34030238f9
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -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,