Merge pull request #50509 from nextcloud/backport/50490/stable30

[stable30] fix(CalDav): Spelling
This commit is contained in:
Andy Scherzinger 2025-01-28 23:00:52 +01:00 committed by GitHub
commit 5efa2243e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1057,12 +1057,12 @@ class IMipService {
'Second' => $this->l10n->t('Second'),
'Third' => $this->l10n->t('Third'),
'Fourth' => $this->l10n->t('Fourth'),
'Fifty' => $this->l10n->t('Fifty'),
'Fifth' => $this->l10n->t('Fifth'),
'Last' => $this->l10n->t('Last'),
'Second Last' => $this->l10n->t('Second Last'),
'Third Last' => $this->l10n->t('Third Last'),
'Fourth Last' => $this->l10n->t('Fourth Last'),
'Fifty Last' => $this->l10n->t('Fifty Last'),
'Fifth Last' => $this->l10n->t('Fifth Last'),
};
}
}