We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dab486 commit 27adab8Copy full SHA for 27adab8
packages/component-events/src/core/utils/date.js
@@ -55,7 +55,7 @@ export const formatTime = (startTime, endTime) => {
55
let formatedEndTime = stringifyDate(new Date(standardizedEndTime));
56
formatedEndTime = formatAMPM(new Date(formatedEndTime));
57
58
- return `${formatedStartTime} -<span class="visually-hidden">through</span> ${formatedEndTime}`;
+ return `${formatedStartTime} to ${formatedEndTime}`;
59
};
60
61
/**
0 commit comments