aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastianKrupinski <krupinskis05@gmail.com>2025-01-27 19:15:22 -0500
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-01-28 19:53:55 +0000
commit37adb8813e5aecd83333d02a798ec645b8650b25 (patch)
tree5a4e36ec2bf6837a84d7d8c82472a14caae6197d
parentfe352bf2120fdb0bb03d3b9327240b1dbba371db (diff)
downloadnextcloud-server-backport/50490/stable31.tar.gz
nextcloud-server-backport/50490/stable31.zip
fix(CalDav): Spellingbackport/50490/stable31
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
-rw-r--r--apps/dav/lib/CalDAV/Schedule/IMipService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/CalDAV/Schedule/IMipService.php b/apps/dav/lib/CalDAV/Schedule/IMipService.php
index 2ff097bb1b7..69c9e774042 100644
--- a/apps/dav/lib/CalDAV/Schedule/IMipService.php
+++ b/apps/dav/lib/CalDAV/Schedule/IMipService.php
@@ -1240,12 +1240,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'),
};
}
}