fix(CalDav): Spelling

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
pull/50509/head
SebastianKrupinski 2025-01-27 19:15:22 +07:00 committed by backportbot[bot]
parent 54a1a560bd
commit a74b3c2079
1 changed files with 2 additions and 2 deletions

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