Skip to content

Commit 344a6dc

Browse files
Merge pull request #155 from StreetSupport/fix/bugfixing
Fix swep
2 parents 6226f98 + b8583a0 commit 344a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/swep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function formatSwepActivePeriod(swepData: SwepData): string {
4444
const activeFrom = new Date(swepData.swepActiveFrom);
4545
const fromString = activeFrom.toLocaleDateString('en-GB', formatOptions);
4646

47-
return `SWEP will be active from ${fromString}`;
47+
return `SWEP is currently active from ${fromString}`;
4848
} else {
4949
return 'Active period not specified';
5050
}

0 commit comments

Comments
 (0)