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
0addcba6
Commit
0addcba6
authored
Feb 09, 2022
by
vvempati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update confirmation modal labels to follow terminology guidelines
parent
6dec8a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/projects/hooks/edit.html.haml
app/views/projects/hooks/edit.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/hooks/edit.html.haml
View file @
0addcba6
...
...
@@ -14,7 +14,7 @@
=
f
.
submit
_
(
'Save changes'
),
class:
'btn gl-button btn-confirm gl-mr-3'
=
render
'shared/web_hooks/test_button'
,
hook:
@hook
=
link_to
_
(
'Delete'
),
project_hook_path
(
@project
,
@hook
),
method: :delete
,
class:
'btn gl-button btn-danger float-right'
,
aria:
{
label:
_
(
'Delete'
)
},
data:
{
confirm:
_
(
'Are you sure
?'
),
confirm_btn_variant:
'danger'
}
=
link_to
_
(
'Delete'
),
project_hook_path
(
@project
,
@hook
),
method: :delete
,
class:
'btn gl-button btn-danger float-right'
,
aria:
{
label:
s_
(
'Webhooks|Delete webhook'
)
},
data:
{
confirm:
s_
(
'Webhooks|Are you sure you want to delete this project hook
?'
),
confirm_btn_variant:
'danger'
}
%hr
...
...
locale/gitlab.pot
View file @
0addcba6
...
...
@@ -40518,6 +40518,9 @@ msgstr ""
msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
msgid "Webhooks|Are you sure you want to delete this project hook?"
msgstr ""
msgid "Webhooks|Are you sure you want to delete this webhook?"
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