From 7e6683581a3b33604d21386dad720c67046bc3ac Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 2 May 2020 12:15:19 +0200 Subject: [PATCH] Remove full stop from translation This doesn't fit with the new syntax structure --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 60a4880db0..62654fc6da 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1670,7 +1670,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using products_update_error_msg: "Saving failed." products_update_error_data: "Save failed due to invalid data:" products_changes_saved: "Changes saved." - products_no_results_html: "Sorry, no results found for %{query}." + products_no_results_html: "Sorry, no results found for %{query}" products_clear_search: "Clear search" search_no_results_html: "Sorry, no results found for %{query}. Try another search?"