We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6226f98 + b8583a0 commit 344a6dcCopy full SHA for 344a6dc
src/utils/swep.ts
@@ -44,7 +44,7 @@ export function formatSwepActivePeriod(swepData: SwepData): string {
44
const activeFrom = new Date(swepData.swepActiveFrom);
45
const fromString = activeFrom.toLocaleDateString('en-GB', formatOptions);
46
47
- return `SWEP will be active from ${fromString}`;
+ return `SWEP is currently active from ${fromString}`;
48
} else {
49
return 'Active period not specified';
50
}
0 commit comments