Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Merge requests
!15514
The source project of this merge request has been removed.
Externalize strings of group edit page
Merged
Externalize strings of group edit page
(removed):ee-i18n-groups-edit
into
master
Overview
10
Commits
11
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
antony liu
requested to merge
(removed):ee-i18n-groups-edit
into
master
5 years ago
Overview
10
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
What does this MR do?
Externalize strings of group edit page. Port from CE, see MR gitlab-org/gitlab-ce!32090.
0
0
Merge request reports
Viewing commit
16c314a6
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
16c314a6
Apply suggestion to app/views/shared/_confirm_modal.html.haml
· 16c314a6
antony liu
authored
5 years ago
app/views/shared/_confirm_modal.html.haml
+
1
−
1
Options
@@ -13,7 +13,7 @@
%span
.js-warning-text
=
_
(
'This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention.'
)
%br
-
phrase_code
=
'<code class="js-confirm-danger-match">%{phrase_name}</code>'
.
html_safe
%
{
phrase_name:
phrase
}
=
_
(
'Please type %{phrase_code} to proceed or close this modal to cancel.'
).
html_safe
%
{
phrase_code:
phrase_code
}
=
_
(
'Please type %{phrase_code} to proceed or close this modal to cancel.'
).
html_safe
%
{
phrase_code:
phrase_code
}
.form-group
=
text_field_tag
'confirm_name_input'
,
''
,
class:
'form-control js-confirm-danger-input qa-confirm-input'
Loading