From e93ac803868a770c9648fcd81fbfa865348e3d7e Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Mon, 27 Jan 2025 19:15:22 -0500 Subject: [PATCH] fix(CalDav): Spelling Signed-off-by: SebastianKrupinski --- apps/dav/lib/CalDAV/Schedule/IMipService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dav/lib/CalDAV/Schedule/IMipService.php b/apps/dav/lib/CalDAV/Schedule/IMipService.php index 2ff097bb1b7d4..69c9e774042a5 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipService.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipService.php @@ -1240,12 +1240,12 @@ public function localizeRelativePositionName(string $value): string { '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'), }; } }