diff --git a/content/data-features/cooling-info/config.js b/content/data-features/cooling-info/config.js index 0ba1c735e04..3ebb2163aa2 100644 --- a/content/data-features/cooling-info/config.js +++ b/content/data-features/cooling-info/config.js @@ -18,7 +18,7 @@ var content = [ { "optionID": 1, "copy": "Yes", - "message": "When it's hot outside or the air quality is unhealthy, listen to your body and check in on vulnerable friends, family, or neighbors. Be ready to change plans if you need to move to a safer place.", + "message": "When it's hot outside or the air quality is unhealthy, listen to your body and check in on vulnerable friends, family, or neighbors. Be ready to change plans if you need to move to a safer place. Learn more about how some medications can impact your heat sensitivity.", "setVariable": "sensitive('Yes')", "goTo": 2 }, diff --git a/content/data-features/cooling-info/cooling-info.js b/content/data-features/cooling-info/cooling-info.js index a643d77769b..712270009d5 100644 --- a/content/data-features/cooling-info/cooling-info.js +++ b/content/data-features/cooling-info/cooling-info.js @@ -299,7 +299,7 @@ function runFinal() { console.log('We are reviewing your data') document.getElementById('finalInfo').classList.remove('hide') - // document.getElementById('testInfo').classList.remove('hide') + document.getElementById('testInfo').classList.remove('hide') var finalMessageText = document.getElementById('finalMessages') finalMessageText.innerHTML = ''