mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-09-13 19:43:00 +00:00
Fix messages.po issue
This commit is contained in:
parent
cf37ad5914
commit
34030238f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue