Skip to content

Commit

Permalink
(Fix) [User->New] Language is displayed twice [OFN-11513]
Browse files Browse the repository at this point in the history
  • Loading branch information
wandji20 committed Jul 9, 2024
1 parent f0fd3bb commit 10853f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/users/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 10853f9

Please sign in to comment.