diff --git a/backend/app/views/spree/admin/stores/_form.html.erb b/backend/app/views/spree/admin/stores/_form.html.erb
index e85c908154a..59dc4a4e899 100644
--- a/backend/app/views/spree/admin/stores/_form.html.erb
+++ b/backend/app/views/spree/admin/stores/_form.html.erb
@@ -52,6 +52,7 @@
<%= f.field_container :default_currency do %>
<%= f.label :default_currency %>
+ <%= f.field_hint :default_currency %>
<%= f.select :default_currency,
Spree::Config.available_currencies.map(&:iso_code),
{ include_blank: true },
diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml
index a9d4d95b6e6..e0aeaf72c26 100644
--- a/core/config/locales/en.yml
+++ b/core/config/locales/en.yml
@@ -1644,6 +1644,7 @@ en:
available_locales: This determines which locales are available for your customers to choose from in the storefront.
cart_tax_country_iso: 'This determines which country is used for taxes on carts (orders which don''t yet have an address).
Default: None.'
code: An identifier for your store. Developers may need this value if you operate multiple storefronts.
+ default_currency: This determines which currency will be used for the storefront's product prices. Please, be aware that changing this configuration, only products that have prices in the selected currency will be listed on your storefront.
This setting won't change the default currency used when you create a product. For that, only the global `Spree::Config.currency` is taken into account.
spree/tax_category:
is_default: When checked, this tax category will be selected by default when creating new products or variants.
spree/tax_rate: