From 6d850961e2ca95db757ad8d7f1bab140cef571d0 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Thu, 17 Oct 2013 09:53:19 +1100 Subject: [PATCH] Fix pluralization issues with translations + views for CreateItemAdjustments action --- ...em_adjustment.html.erb => _create_item_adjustments.html.erb} | 0 core/config/locales/en.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename backend/app/views/spree/admin/promotions/actions/{_create_item_adjustment.html.erb => _create_item_adjustments.html.erb} (100%) diff --git a/backend/app/views/spree/admin/promotions/actions/_create_item_adjustment.html.erb b/backend/app/views/spree/admin/promotions/actions/_create_item_adjustments.html.erb similarity index 100% rename from backend/app/views/spree/admin/promotions/actions/_create_item_adjustment.html.erb rename to backend/app/views/spree/admin/promotions/actions/_create_item_adjustments.html.erb diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml index 8899c3c92d6..832f2ae691a 100644 --- a/core/config/locales/en.yml +++ b/core/config/locales/en.yml @@ -844,7 +844,7 @@ en: create_adjustment: description: Creates a promotion credit adjustment on the order name: Create adjustment - create_item_adjustment: + create_item_adjustments: description: Creates a promotion credit adjustment on a line item name: Create order item adjustment create_line_items: