removed unneeded (and unwanted) '.' (#3084)

after the year in calendar repeatingCountTitle (#2896, second attempt
...)
This commit is contained in:
Karsten Hassel
2023-04-07 14:54:19 +02:00
committed by GitHub
parent 9703226c73
commit b7eb21e48f
2 changed files with 3 additions and 1 deletions

View File

@@ -313,7 +313,7 @@ Module.register("calendar", {
const thisYear = new Date(parseInt(event.startDate)).getFullYear(),
yearDiff = thisYear - event.firstYear;
repeatingCountTitle = `, ${yearDiff}. ${repeatingCountTitle}`;
repeatingCountTitle = `, ${yearDiff} ${repeatingCountTitle}`;
}
}