mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Override incorrect Spree GB translations for state/county
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user