mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
(Fix) [User->New] Language is displayed twice [OFN-11513]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
= hidden_field_tag "user[spree_role_ids][]", ""
|
||||
= f.field_container :locale do
|
||||
= f.label :locale, t(".locale")
|
||||
= f.select :locale, locale_options, class: "fullwidth"
|
||||
= f.select :locale, OpenFoodNetwork::I18nConfig.locale_options, class: "fullwidth"
|
||||
= f.field_container :enterprise_limit do
|
||||
= f.label :enterprise_limit, t(".enterprise_limit")
|
||||
= f.text_field :enterprise_limit, class: "fullwidth"
|
||||
|
||||
Reference in New Issue
Block a user