From bfd4b730f29d52c7e33568a2a4123e7104a21b75 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 15 Apr 2024 15:07:31 +0100 Subject: [PATCH] Combines keys taxon_edit and taxonomy_edit --- app/views/spree/admin/taxons/edit.html.haml | 2 +- config/locales/en.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/spree/admin/taxons/edit.html.haml b/app/views/spree/admin/taxons/edit.html.haml index efb5c29e91..1df6e7288f 100644 --- a/app/views/spree/admin/taxons/edit.html.haml +++ b/app/views/spree/admin/taxons/edit.html.haml @@ -1,7 +1,7 @@ = render partial: 'spree/admin/shared/configuration_menu' - content_for :page_title do - = t("spree.taxon_edit") + = t("spree.taxonomy_edit") - content_for :page_actions do %li diff --git a/config/locales/en.yml b/config/locales/en.yml index f36f33af02..2158e4437e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3910,7 +3910,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using taxonomy_edit: "Taxonomy edit" taxonomy_tree_error: "There was an error updating the taxonomy tree." taxonomy_tree_instruction: "Right-click on an item to add, rename, remove or edit." - taxon_edit: "Taxon edit" tree: "Tree" updating: "Updating" your_order_is_empty_add_product: "Your order is empty, please search for and add a product above"