Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dd0bd7ee
Commit
dd0bd7ee
authored
Sep 08, 2021
by
scootergrisen
Committed by
Imre Farkas
Sep 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "I accept the|" from string
parent
f9651eae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
ee/app/views/groups/sso/_enforce_terms.html.haml
ee/app/views/groups/sso/_enforce_terms.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
ee/app/views/groups/sso/_enforce_terms.html.haml
View file @
dd0bd7ee
...
...
@@ -2,6 +2,6 @@
.form-group
=
check_box_tag
:terms_opt_in
,
'1'
,
false
,
required:
true
,
class:
'qa-new-user-accept-terms'
=
label_tag
:terms_opt_in
do
-
terms_link
=
link_to
s_
(
"
I accept the|
Terms of Service and Privacy Policy"
),
terms_path
,
target:
"_blank"
-
terms_link
=
link_to
s_
(
"Terms of Service and Privacy Policy"
),
terms_path
,
target:
"_blank"
-
accept_terms_label
=
_
(
"I accept the %{terms_link}"
)
%
{
terms_link:
terms_link
}
=
accept_terms_label
.
html_safe
locale/gitlab.pot
View file @
dd0bd7ee
...
...
@@ -16715,9 +16715,6 @@ msgstr ""
msgid "I accept the %{terms_link}"
msgstr ""
msgid "I accept the|Terms of Service and Privacy Policy"
msgstr ""
msgid "I forgot my password"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment