diff --git a/rsp6-webshite/index.js b/rsp6-webshite/index.js index affafc2..f9669bb 100644 --- a/rsp6-webshite/index.js +++ b/rsp6-webshite/index.js @@ -133,7 +133,7 @@ function onload() { } } let adult = data.child_ticket ? "Child" : "Adult"; - let first = data.first_class ? "First Class" : "Standard Class"; + let first = data.standard_class ? "Standard Class" : "First Class"; document.getElementById("ticket-fromto").innerHTML = origin + " to " + destination; if (data.manually_inspect) { row("", "Manual inspection required");