Commit 6f8d3929 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'vs/change-text-cc-validation-alert' into 'master'

Change description in CC validation modal

See merge request gitlab-org/gitlab!61588
parents 795365a7 c7dff930
......@@ -12,9 +12,9 @@ const IFRAME_MINIMUM_HEIGHT = 350;
const i18n = Object.freeze({
title: s__('Billings|Verify User Account'),
description: s__(`
Billings|Your user account has been flagged for potential abuse for running a large number of concurrent pipelines.
To continue to run a large number of concurrent pipelines, you'll need to validate your account with a credit card.
%{strongStart}GitLab will not charge your credit card, it will only be used for validation.%{strongEnd}`),
Billings|To discourage and reduce abuse GitLab will require some users to provide a valid credit card to use free pipeline minutes on GitLab.com.
To use free pipeline minutes, you will need to validate your account with a credit card.
%{strongStart}GitLab will not add permanent charges to your credit card as we will only use it for validation.%{strongEnd}`),
iframeNotSupported: __('Your browser does not support iFrames'),
actions: {
primary: {
......
......@@ -54,7 +54,9 @@ describe('Account verification modal', () => {
});
it('renders the description', () => {
expect(wrapper.find('p').text()).toContain('Your user account has been flagged');
expect(wrapper.find('p').text()).toContain(
'To discourage and reduce abuse GitLab will require',
);
});
});
});
......@@ -5052,6 +5052,9 @@ msgstr ""
msgid "Billings|As a user on a free or trial namespace, you'll need to verify your account with a credit card to run pipelines. This is required to help prevent cryptomining attacks on GitLab infrastructure. %{strongStart}GitLab will not charge or store your credit card, it will only be used for validation.%{strongEnd}"
msgstr ""
msgid "Billings|To discourage and reduce abuse GitLab will require some users to provide a valid credit card to use free pipeline minutes on GitLab.com. To use free pipeline minutes, you will need to validate your account with a credit card. %{strongStart}GitLab will not add permanent charges to your credit card as we will only use it for validation.%{strongEnd}"
msgstr ""
msgid "Billings|User Verification Required"
msgstr ""
......@@ -5064,9 +5067,6 @@ msgstr ""
msgid "Billings|Verify account"
msgstr ""
msgid "Billings|Your user account has been flagged for potential abuse for running a large number of concurrent pipelines. To continue to run a large number of concurrent pipelines, you'll need to validate your account with a credit card. %{strongStart}GitLab will not charge your credit card, it will only be used for validation.%{strongEnd}"
msgstr ""
msgid "Billings|Your user account has been successfully verified. You will now be able to run pipelines on any free or trial namespace."
msgstr ""
......
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