diff --git a/app/views/spree/users/_cards.html.haml b/app/views/spree/users/_cards.html.haml
index 180dc7d478..6f7d13a06a 100644
--- a/app/views/spree/users/_cards.html.haml
+++ b/app/views/spree/users/_cards.html.haml
@@ -2,7 +2,11 @@
.credit_cards{"ng-controller" => "CreditCardsCtrl"}
.row
.small-12.medium-6.columns
- %h3= t(:saved_cards)
+ %h3
+ = t(:saved_cards)
+ %button.button.secondary.tiny.help-btn.ng-scope{ "help-modal" => t('.saved_cards_popover') }
+ %i.ofn-i_013-help
+
.saved_cards{ ng: { show: 'savedCreditCards.length > 0' } }
= render 'saved_cards'
.no_cards{ ng: { hide: 'savedCreditCards.length > 0' } }
diff --git a/config/locales/en.yml b/config/locales/en.yml
index aaec61c99a..8a34f8b9ff 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -2743,5 +2743,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using
cards:
authorised_shops: Authorised Shops
authorised_shops_popover: This is the list of shops which are permitted to charge your default credit card for any subscriptions (ie. repeating orders) you may have. Your card details will be kept secure and will not be shared with shop owners. You will always be notified when you are charged.
+ saved_cards_popover: This is the list of cards you have opted to save for later use. Your 'default' will be selected automatically when you checkout an order, and can be charged by any shops you have allowed to do so (see right).
localized_number:
invalid_format: has an invalid format. Please enter a number.