diff --git a/doc/source/_static/announcement.js b/doc/source/_static/announcement.js index 5fc2382c5f54..52b2d9ab9517 100644 --- a/doc/source/_static/announcement.js +++ b/doc/source/_static/announcement.js @@ -3,7 +3,7 @@ function() { var banner = document.createElement("div"); banner.id = "announcement-banner"; - banner.innerHTML = "The GDAL project is currently soliciting feedback to help focus GDAL Sponsorship Program activities.
We would highly appreciate you fill in the survey will provide guidance about priorities for the program's resources (open until November 11th, 2024)."; + banner.innerHTML = "The GDAL project is currently soliciting feedback to help focus GDAL Sponsorship Program activities.
We would highly appreciate you fill in the survey that will provide guidance about priorities for the program's resources (open until November 11th, 2024)."; var body = document.body; body.insertBefore(banner, body.firstChild); });