We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8df690 + a74b3c2 commit 5efa224Copy full SHA for 5efa224
apps/dav/lib/CalDAV/Schedule/IMipService.php
@@ -1057,12 +1057,12 @@ public function localizeRelativePositionName(string $value): string {
1057
'Second' => $this->l10n->t('Second'),
1058
'Third' => $this->l10n->t('Third'),
1059
'Fourth' => $this->l10n->t('Fourth'),
1060
- 'Fifty' => $this->l10n->t('Fifty'),
+ 'Fifth' => $this->l10n->t('Fifth'),
1061
'Last' => $this->l10n->t('Last'),
1062
'Second Last' => $this->l10n->t('Second Last'),
1063
'Third Last' => $this->l10n->t('Third Last'),
1064
'Fourth Last' => $this->l10n->t('Fourth Last'),
1065
- 'Fifty Last' => $this->l10n->t('Fifty Last'),
+ 'Fifth Last' => $this->l10n->t('Fifth Last'),
1066
};
1067
}
1068
0 commit comments