mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix messages.po issue
This commit is contained in:
parent
f609386ca1
commit
bf39b5a948
4 changed files with 1283 additions and 1283 deletions
|
@ -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(),
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue