From acab003fb4aaf15db1bae11825e6fc36436ac1e5 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Thu, 10 Sep 2020 00:47:17 -0700 Subject: [PATCH] Remove inappropriate help text --- src/facilities/ads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/ads.js b/src/facilities/ads.js index 9488c7982c8..53c9888767d 100644 --- a/src/facilities/ads.js +++ b/src/facilities/ads.js @@ -300,7 +300,7 @@ App.Ads.report = function(building, preview) { r += `</p>`; } - r += `<p><h3>Age: under 30 or above</h3>`; + r += `<p><h3>Age</h3>`; r += age(building, preview); r += links(building, "age"); r += `</p>`; -- GitLab