"
} else if (setting.type === 'table') {
@@ -463,7 +463,7 @@ function chooseFromHighFidelityDomains(clickedButton) {
}
}
modal_body = "
You do not have any domains in your High Fidelity account." +
- "
Go to your domains page to create a new one. Once your domain is created re-open this dialog to select it.
"
+ "
Go to your domains page to create a new one. Once your domain is created re-open this dialog to select it.
"
}
@@ -481,7 +481,7 @@ function chooseFromHighFidelityDomains(clickedButton) {
} else {
bootbox.alert({
message: "You must have an access token to query your High Fidelity domains.
" +
- "Please follow the instructions on the settings page to add an access token.",
+ "Please follow the instructions on the settings page to add an access token.",
title: "Access token required"
})
}