Fix messages.po issue

This commit is contained in:
Philipp 2022-10-21 10:08:39 +02:00
parent f609386ca1
commit bf39b5a948
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 1283 additions and 1283 deletions

View file

@ -290,7 +290,7 @@ class Babel extends BaseModule
];
} else {
$results[] = [
'title' => DI::l10n()->t('Error'),
'title' => DI::l10n()->tt('Error', 'Errors', 1),
'content' => DI::l10n()->t('Twitter addon is absent from the addon/ folder.'),
];
}