<% if current_user.super_user? %>
diff --git a/app/views/contact_us/index.html.erb b/app/views/contact_us/index.html.erb
index 7a4bd3dc8..a298d4b2d 100644
--- a/app/views/contact_us/index.html.erb
+++ b/app/views/contact_us/index.html.erb
@@ -2,7 +2,7 @@
-
Contact Us
+
Contact us
Questions? Comments? Concerns? We’d love to hear from you!
diff --git a/app/views/dashboard/_community_news.html.erb b/app/views/dashboard/_community_news.html.erb
index 0c9dc39c7..b760663b1 100644
--- a/app/views/dashboard/_community_news.html.erb
+++ b/app/views/dashboard/_community_news.html.erb
@@ -1,7 +1,7 @@
<%= render "dashboard_section_header",
- title: "Community News",
+ title: "Community news",
subtitle: "Announcements and updates" %>
<% if community_news.any? %>
diff --git a/app/views/shared/_footer_nav.html.erb b/app/views/shared/_footer_nav.html.erb
index a76ba8ec2..0c7e8b4a1 100644
--- a/app/views/shared/_footer_nav.html.erb
+++ b/app/views/shared/_footer_nav.html.erb
@@ -14,13 +14,13 @@
<%= link_to contact_us_path, class: "flex items-center space-x-2 text-gray-800 px-3 py-2 rounded hover:bg-gray-100 w-max" do %>
- Contact Us
+ Contact us
<% end %>
<%= link_to "https://www.awbw.org", target: "_blank", class: "flex items-center space-x-2 text-gray-800 px-3 py-2 rounded hover:bg-gray-100 w-max" do %>
- Public Site
+ Public website
<% end %>
diff --git a/app/views/shared/_navbar_menu.html.erb b/app/views/shared/_navbar_menu.html.erb
index a64a236de..fcb4cd5ff 100644
--- a/app/views/shared/_navbar_menu.html.erb
+++ b/app/views/shared/_navbar_menu.html.erb
@@ -55,7 +55,7 @@
<%= link_to community_news_index_path,
class: "flex items-center gap-2 px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" do %>
- Community News
+ Community news
<% end %>
<%= link_to stories_path,
@@ -106,13 +106,13 @@
<%= link_to contact_us_path,
class: "flex items-center gap-2 px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" do %>
- Contact Us
+ Contact us
<% end %>
<%= link_to "https://www.awbw.org", target: "_blank", rel: "noopener",
class: "flex items-center gap-2 px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" do %>
- Public Site
+ Public website
<% end %>
<%= link_to dashboard_help_path,
diff --git a/app/views/shared/_navbar_menu_mobile.html.erb b/app/views/shared/_navbar_menu_mobile.html.erb
index 3f5875322..b10864f76 100644
--- a/app/views/shared/_navbar_menu_mobile.html.erb
+++ b/app/views/shared/_navbar_menu_mobile.html.erb
@@ -44,7 +44,7 @@
<%= link_to community_news_index_path, class: "flex items-center px-4 py-2 text-sm text-white
hover:text-gray-700 hover:bg-gray-100 w-full space-x-2" do %>
- Community News
+ Community news
<% end %>
<%= link_to stories_path, class: "flex items-center px-4 py-2 text-sm text-white
hover:text-gray-700 hover:bg-gray-100 w-full space-x-2" do %>
@@ -82,14 +82,14 @@
<%= link_to contact_us_path, class: "flex items-center px-4 py-2 text-sm text-white
hover:text-gray-700 hover:bg-gray-100 w-full space-x-2" do %>
- Contact Us
+ Contact us
<% end %>
<%= link_to "https://www.awbw.org", target: "_blank", class: "flex items-center px-4 py-2 text-sm text-white
hover:text-gray-700 hover:bg-gray-100 w-full space-x-2" do %>
- Public Site
+ Public website
<% end %>