fix translation key (#3527)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
add-next-theme
Carina Wollendorfer 2022-07-25 21:38:04 -04:00 committed by GitHub
parent 33e79c8ad5
commit 2b5759e8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export const getEveryFreqFor = ({
if (recurringEvent.freq) {
return `${recurringFreq || getRecurringFreq({ t, recurringEvent })} ${
recurringCount || recurringEvent.count
} ${t("occurrences", {
} ${t("occurrence", {
count: recurringCount || recurringEvent.count,
})}`;
}