mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
missing "as" in string
A translator from the SV team discovered a missing "as" in a string.
This commit is contained in:
parent
7206a0a351
commit
d5665331fe
2 changed files with 10 additions and 10 deletions
|
@ -277,7 +277,7 @@ class Nav
|
|||
$nav['introductions'] = ['notifications/intros', DI::l10n()->t('Introductions'), '', DI::l10n()->t('Friend Requests')];
|
||||
$nav['notifications'] = ['notifications', DI::l10n()->t('Notifications'), '', DI::l10n()->t('Notifications')];
|
||||
$nav['notifications']['all'] = ['notifications/system', DI::l10n()->t('See all notifications'), '', ''];
|
||||
$nav['notifications']['mark'] = ['', DI::l10n()->t('Mark as seen'), '', DI::l10n()->t('Mark all system notifications seen')];
|
||||
$nav['notifications']['mark'] = ['', DI::l10n()->t('Mark as seen'), '', DI::l10n()->t('Mark all system notifications as seen')];
|
||||
}
|
||||
|
||||
$nav['messages'] = ['message', DI::l10n()->t('Messages'), '', DI::l10n()->t('Private mail')];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue