We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c96b commit 6ee8ca9Copy full SHA for 6ee8ca9
1 file changed
src/components/events/partials/SeriesDateTimeCell.tsx
@@ -13,8 +13,8 @@ const SeriesDateTimeCell = ({
13
return (
14
// Link template for creation date of series
15
<span>
16
- {t("dateFormats.dateTime.short", {
17
- dateTime: renderValidDate(row.creation_date),
+ {t("dateFormats.date.short", {
+ date: renderValidDate(row.creation_date),
18
})}
19
</span>
20
);
0 commit comments