Skip to content

Commit 19a7520

Browse files
sorenlouvjoshdover
andauthored
Improve wording of error message
Co-Authored-By: Josh Dover <[email protected]>
1 parent 3a843f2 commit 19a7520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/server/http/version_check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function setupVersionCheck(server, config) {
2828

2929
if (versionRequested && versionRequested !== actualVersion) {
3030
throw badRequest(
31-
`Browser client is out of date, please refresh the page (Header "${versionHeader}" was ${versionRequested} but should be ${actualVersion})`,
31+
`Browser client is out of date, please refresh the page ("${versionHeader}" header was "${versionRequested}" but should be "${actualVersion}")`,
3232
{
3333
expected: actualVersion,
3434
got: versionRequested,

0 commit comments

Comments
 (0)