Skip to content

Commit 5efa224

Browse files
Merge pull request #50509 from nextcloud/backport/50490/stable30
[stable30] fix(CalDav): Spelling
2 parents e8df690 + a74b3c2 commit 5efa224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dav/lib/CalDAV/Schedule/IMipService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,12 +1057,12 @@ public function localizeRelativePositionName(string $value): string {
10571057
'Second' => $this->l10n->t('Second'),
10581058
'Third' => $this->l10n->t('Third'),
10591059
'Fourth' => $this->l10n->t('Fourth'),
1060-
'Fifty' => $this->l10n->t('Fifty'),
1060+
'Fifth' => $this->l10n->t('Fifth'),
10611061
'Last' => $this->l10n->t('Last'),
10621062
'Second Last' => $this->l10n->t('Second Last'),
10631063
'Third Last' => $this->l10n->t('Third Last'),
10641064
'Fourth Last' => $this->l10n->t('Fourth Last'),
1065-
'Fifty Last' => $this->l10n->t('Fifty Last'),
1065+
'Fifth Last' => $this->l10n->t('Fifth Last'),
10661066
};
10671067
}
10681068
}

0 commit comments

Comments
 (0)