From ba7e0d4f02430f4a7c98c489f34a3bc00f69d221 Mon Sep 17 00:00:00 2001 From: svinkle Date: Tue, 23 Jun 2026 14:33:36 -0400 Subject: [PATCH] Added a label for the search . --- locales/en.default.json | 1 + sections/search.liquid | 1 + 2 files changed, 2 insertions(+) diff --git a/locales/en.default.json b/locales/en.default.json index 3a43570d9..580a873bc 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -44,6 +44,7 @@ }, "search": { "title": "Search", + "search": "Search", "placeholder": "Search articles, pages, or products", "submit": "Search", "no_results_html": "No results found for {{ terms }}", diff --git a/sections/search.liquid b/sections/search.liquid index 7177c1818..132a3aa51 100644 --- a/sections/search.liquid +++ b/sections/search.liquid @@ -14,6 +14,7 @@ name="q" value="{{ search.terms | escape }}" placeholder="{{ 'search.placeholder' | t }}" + aria-label="{{ 'search.search' | t }}" >