diff --git a/src/components/Event/EventFullDate.vue b/src/components/Event/EventFullDate.vue index 55d2f8756..30354084d 100644 --- a/src/components/Event/EventFullDate.vue +++ b/src/components/Event/EventFullDate.vue @@ -12,35 +12,47 @@ {{ singleTimeZone }}

-

- {{ - t("On {date} from {startTime} to {endTime}", { - date: formatDate(beginsOn), - startTime: formatTime(beginsOn, timezoneToShow), - endTime: formatTime(endsOn, timezoneToShow), - }) - }} -
- - {{ singleTimeZone }} - -

-

- {{ - t("On {date} starting at {startTime}", { - date: formatDate(beginsOn), - startTime: formatTime(beginsOn, timezoneToShow), - }) - }} -

-

- {{ t("On {date}", { date: formatDate(beginsOn) }) }} -

-

+ + + +

{{ t("From the {startDate} at {startTime} to the {endDate} at {endTime}", { @@ -60,7 +72,7 @@ {{ multipleTimeZones }}

-

+

{{ t("From the {startDate} at {startTime} to the {endDate}", { @@ -79,7 +91,26 @@ {{ singleTimeZone }}

-

+

+ + {{ + t("From the {startDate} to the {endDate} at {endTime}", { + startDate: formatDate(beginsOn), + endDate: formatDate(endsOn), + endTime: formatTime(endsOn, timezoneToShow), + }) + }} + +
+ + {{ singleTimeZone }} + +

+

{{ t("From the {startDate} to the {endDate}", { startDate: formatDate(beginsOn),