mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
Use plural
This commit is contained in:
parent
9bd8d974b3
commit
820674a7ad
2 changed files with 8 additions and 5 deletions
|
@ -535,7 +535,7 @@ class Widget
|
|||
['ref' => 'organisation', 'name' => DI::l10n()->t('Organisations')],
|
||||
['ref' => 'news', 'name' => DI::l10n()->t('News')],
|
||||
['ref' => 'community', 'name' => DI::l10n()->t('Groups')],
|
||||
['ref' => 'relay', 'name' => DI::l10n()->t('Relay')],
|
||||
['ref' => 'relay', 'name' => DI::l10n()->t('Relays')],
|
||||
];
|
||||
|
||||
return self::filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue