Commit 77a3516e authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '347331-improve-purchase-success-message' into 'master'

Improved UX for storage purchase with better success message

See merge request gitlab-org/gitlab!77626
parents ac42bc01 3a30d8da
......@@ -3,4 +3,4 @@
variant: :success,
close_button_data: { testid: 'close-product-purchase-success' } do
.gl-alert-body
= _('You have successfully purchased %{product}. You\'ll receive a receipt by email.') % { product: product_name }
= _('You have successfully purchased %{product}. You\'ll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don\'t see it yet.') % { product: product_name }
......@@ -40776,7 +40776,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment