From 256de7768166f6d3f047054945df9beb76f45ac7 Mon Sep 17 00:00:00 2001
From: mbucknel <mbucknell@usgs.gov>
Date: Thu, 23 May 2024 15:57:59 -0500
Subject: [PATCH] Replace sites with monitoring locations in description tag

---
 wdfn-server/waterdata/templates/state_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wdfn-server/waterdata/templates/state_list.html b/wdfn-server/waterdata/templates/state_list.html
index 807c81191..06bf99a47 100644
--- a/wdfn-server/waterdata/templates/state_list.html
+++ b/wdfn-server/waterdata/templates/state_list.html
@@ -3,7 +3,7 @@
 {% set page_title = '{{ state_name }} water conditions' %}
 
 {% block extra_head_tags %}
-    <meta name="description" content="Explore USGS sites within {{ state_name }} that collect continuously sampled water data"
+    <meta name="description" content="Explore USGS monitoring locations within {{ state_name }} that collect continuously sampled water data"
 {% endblock %}
 
 {% block page_css %}
-- 
GitLab