<%= f.field_container :available_to_users, class: %w(checkbox) do %>
diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml
index 281b4c7668b..862c95dde40 100644
--- a/core/config/locales/en.yml
+++ b/core/config/locales/en.yml
@@ -319,6 +319,8 @@ en:
name: Name
service_level: Service Level
tracking_url: Tracking URL
+ stock_locations: Stock Locations
+ available_to_all: Available to all stock locations
spree/shipping_rate:
amount: Amount
label: Label
@@ -883,6 +885,9 @@ en:
expired: Expired
inactive: Inactive
not_started: Not started
+ shipping_methods:
+ form:
+ stock_locations_placeholder: 'Choose stock locations'
stock_locations:
form:
address: Address
@@ -1411,6 +1416,9 @@ en:
If no value is specified, the promotion will be immediately available.
promo_code_will_be_disabled: Selecting this option, promo codes will be disabled for this promotion
because all its rules / actions will be applied automatically to all orders.
+ spree/shipping_method:
+ available_to_all: Uncheck to select specific stock locations this
+ shipping method will be available.
spree/stock_location:
active: 'This determines whether stock from this location can be used when
building packages. Default: Checked'