missing "as" in string

A translator from the SV team discovered a missing "as" in a string.
This commit is contained in:
Tobias Diekershoff 2022-01-21 14:23:30 +01:00
parent 7206a0a351
commit d5665331fe
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
2 changed files with 10 additions and 10 deletions

View file

@ -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')];