diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2025-01-28 20:50:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-28 20:50:21 +0100 |
commit | baa40e6e1986c19a326b2cb021031333b8bba7d0 (patch) | |
tree | 0469030b75b1213828f72e4c07d4aaad0a928115 | |
parent | fb131c183125d0ef04461357b12b0041f544e9de (diff) | |
parent | e93ac803868a770c9648fcd81fbfa865348e3d7e (diff) | |
download | nextcloud-server-baa40e6e1986c19a326b2cb021031333b8bba7d0.tar.gz nextcloud-server-baa40e6e1986c19a326b2cb021031333b8bba7d0.zip |
Merge pull request #50490 from nextcloud/fix/noid/fifty-fifth
fix(CalDav): Spelling
-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 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'), }; } } |