diff options
author | SebastianKrupinski <krupinskis05@gmail.com> | 2025-01-27 19:15:22 -0500 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-28 19:51:38 +0000 |
commit | a74b3c20790b35e212c93af5a3ec09b6db7fef6a (patch) | |
tree | 4c8d67a0cdfbcd614293086c314d0dae2bf391c4 | |
parent | 54a1a560bd92786831875d3002937a4742e73e8a (diff) | |
download | nextcloud-server-backport/50490/stable30.tar.gz nextcloud-server-backport/50490/stable30.zip |
fix(CalDav): Spellingbackport/50490/stable30
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
-rw-r--r-- | apps/dav/lib/CalDAV/Schedule/IMipService.php | 4 |
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 87cf3067742..5c9402c940a 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipService.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipService.php @@ -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'), }; } } |