mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(CalDav): Spelling
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
parent
6dc83b96c4
commit
e93ac80386
1 changed files with 2 additions and 2 deletions
|
|
@ -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'),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue