Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 02:18:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 02:18:09 +0300
commit6ed4ec3e0b1340f96b7c043ef51d1b33bbe85fde (patch)
treedc4d20fe6064752c0bd323187252c77e0a89144b /spec/views/devise/shared/_signup_box.html.haml_spec.rb
parent9868dae7fc0655bd7ce4a6887d4e6d487690eeed (diff)
Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42
Diffstat (limited to 'spec/views/devise/shared/_signup_box.html.haml_spec.rb')
-rw-r--r--spec/views/devise/shared/_signup_box.html.haml_spec.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/spec/views/devise/shared/_signup_box.html.haml_spec.rb b/spec/views/devise/shared/_signup_box.html.haml_spec.rb
index b0730e6fc54..ee9ccbf6ff5 100644
--- a/spec/views/devise/shared/_signup_box.html.haml_spec.rb
+++ b/spec/views/devise/shared/_signup_box.html.haml_spec.rb
@@ -7,13 +7,15 @@ RSpec.describe 'devise/shared/_signup_box' do
let(:terms_path) { '_terms_path_' }
let(:translation_com) do
- s_("SignUp|By clicking %{button_text}, I agree that I have read and accepted "\
- "the GitLab %{link_start}Terms of Use and Privacy Policy%{link_end}")
+ s_("SignUp|By clicking %{button_text} or registering through a third party you "\
+ "accept the GitLab%{link_start} Terms of Use and acknowledge the Privacy Policy "\
+ "and Cookie Policy%{link_end}")
end
let(:translation_non_com) do
- s_("SignUp|By clicking %{button_text}, I agree that I have read and accepted "\
- "the %{link_start}Terms of Use and Privacy Policy%{link_end}")
+ s_("SignUp|By clicking %{button_text} or registering through a third party you "\
+ "accept the%{link_start} Terms of Use and acknowledge the Privacy Policy and "\
+ "Cookie Policy%{link_end}")
end
before do