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"