Skip to content

Commit baa40e6

Browse files
authored
Merge pull request #50490 from nextcloud/fix/noid/fifty-fifth
fix(CalDav): Spelling
2 parents fb131c1 + e93ac80 commit baa40e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1240,12 +1240,12 @@ public function localizeRelativePositionName(string $value): string {
12401240
'Second' => $this->l10n->t('Second'),
12411241
'Third' => $this->l10n->t('Third'),
12421242
'Fourth' => $this->l10n->t('Fourth'),
1243-
'Fifty' => $this->l10n->t('Fifty'),
1243+
'Fifth' => $this->l10n->t('Fifth'),
12441244
'Last' => $this->l10n->t('Last'),
12451245
'Second Last' => $this->l10n->t('Second Last'),
12461246
'Third Last' => $this->l10n->t('Third Last'),
12471247
'Fourth Last' => $this->l10n->t('Fourth Last'),
1248-
'Fifty Last' => $this->l10n->t('Fifty Last'),
1248+
'Fifth Last' => $this->l10n->t('Fifth Last'),
12491249
};
12501250
}
12511251
}

0 commit comments

Comments
 (0)