We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb131c1 + e93ac80 commit baa40e6Copy full SHA for baa40e6
apps/dav/lib/CalDAV/Schedule/IMipService.php
@@ -1240,12 +1240,12 @@ public function localizeRelativePositionName(string $value): string {
1240
'Second' => $this->l10n->t('Second'),
1241
'Third' => $this->l10n->t('Third'),
1242
'Fourth' => $this->l10n->t('Fourth'),
1243
- 'Fifty' => $this->l10n->t('Fifty'),
+ 'Fifth' => $this->l10n->t('Fifth'),
1244
'Last' => $this->l10n->t('Last'),
1245
'Second Last' => $this->l10n->t('Second Last'),
1246
'Third Last' => $this->l10n->t('Third Last'),
1247
'Fourth Last' => $this->l10n->t('Fourth Last'),
1248
- 'Fifty Last' => $this->l10n->t('Fifty Last'),
+ 'Fifth Last' => $this->l10n->t('Fifth Last'),
1249
};
1250
}
1251
0 commit comments