diff --git a/website/public/scout/scripts.js b/website/public/scout/scripts.js
index a53ca530..6969d4e6 100644
--- a/website/public/scout/scripts.js
+++ b/website/public/scout/scripts.js
@@ -243,7 +243,7 @@ function processAndAppendReturn(data, newloc) {
} else if (questions[j][1]['type'] == 'stepper') {
document.getElementById(newloc + j.toString()).innerHTML += "" + (questions[j][1]['defaultValue']).toString() + "";
} else if (questions[j][1]['type'] == 'label') {
- document.getElementById(newloc + j.toString()).innerHTML += "" + (questions[j][1]['defaultValue']).toString() + "";
+ document.getElementById(newloc + j.toString()).innerHTML += "" + (questions[j][1]['defaultValue']).toString() + "";
} else if (questions[j][1]['type'] == 'slider') {
document.getElementById(newloc + j.toString()).innerHTML += " " + questions[j][1]['min'] + " ";
document.getElementById(newloc + j.toString()).innerHTML += "";