Commit bfe01817 authored by Michael Lunøe's avatar Michael Lunøe

Merge branch '338147-fix-copy-and-design-inconsistencies-' into 'master'

Fix copy on Successful Purchase Banner

See merge request gitlab-org/gitlab!67947
parents 0d286bc6 98082ede
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
variant: :success, variant: :success,
close_button_data: { testid: 'close-product-purchase-success' } do close_button_data: { testid: 'close-product-purchase-success' } do
.gl-alert-body .gl-alert-body
= _('You have successfully purchased %{product}. You\'ll receive a receipt by mail.') % { product: product_name } = _('You have successfully purchased %{product}. You\'ll receive a receipt by email.') % { product: product_name }
...@@ -104,7 +104,7 @@ RSpec.describe 'Groups > Usage Quotas' do ...@@ -104,7 +104,7 @@ RSpec.describe 'Groups > Usage Quotas' do
page.within('#content-body') do page.within('#content-body') do
expect(page).to have_content('Thanks for your purchase!') expect(page).to have_content('Thanks for your purchase!')
expect(page).to have_content('You have successfully purchased CI minutes.') expect(page).to have_content('You have successfully purchased CI minutes. You\'ll receive a receipt by email.')
end end
end end
end end
......
...@@ -38166,7 +38166,7 @@ msgstr "" ...@@ -38166,7 +38166,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}." 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 "" msgstr ""
msgid "You have successfully purchased %{product}. You'll receive a receipt by mail." msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
msgstr "" msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email." 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