Override incorrect Spree GB translations for state/county

This commit is contained in:
Steve Pettitt
2016-04-09 09:41:21 +01:00
parent 0ed97d820c
commit 27fdfb60af
2 changed files with 6 additions and 1 deletions

View File

@@ -10,6 +10,11 @@ en-GB:
password:
confirmation: you have successfully registered
too_short: pick a longer name
attributes:
spree/order:
payment_state: Payment State
shipment_state: Shipment State
devise:
failure:
invalid: |

View File

@@ -683,9 +683,9 @@ ActiveRecord::Schema.define(:version => 20160401043927) do
t.string "email"
t.text "special_instructions"
t.integer "distributor_id"
t.integer "order_cycle_id"
t.string "currency"
t.string "last_ip_address"
t.integer "order_cycle_id"
t.integer "cart_id"
t.integer "customer_id"
end