mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:50:10 +00: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