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
34da7d37
Commit
34da7d37
authored
Feb 09, 2022
by
vvempati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update confirmation button label to follow terminology guidelines
parent
84f435b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
.../projects/pipeline_schedules/_pipeline_schedule.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
View file @
34da7d37
...
@@ -36,5 +36,5 @@
...
@@ -36,5 +36,5 @@
=
link_to
edit_pipeline_schedule_path
(
pipeline_schedule
),
title:
_
(
'Edit'
),
class:
'btn gl-button btn-default btn-icon'
do
=
link_to
edit_pipeline_schedule_path
(
pipeline_schedule
),
title:
_
(
'Edit'
),
class:
'btn gl-button btn-default btn-icon'
do
=
sprite_icon
(
'pencil'
)
=
sprite_icon
(
'pencil'
)
-
if
can?
(
current_user
,
:admin_pipeline_schedule
,
pipeline_schedule
)
-
if
can?
(
current_user
,
:admin_pipeline_schedule
,
pipeline_schedule
)
=
link_to
pipeline_schedule_path
(
pipeline_schedule
),
title:
_
(
'Delete'
),
method: :delete
,
class:
'btn gl-button btn-danger btn-icon'
,
aria:
{
label:
_
(
'Delete'
)
},
data:
{
confirm:
_
(
"Are you sure you want to delete this pipeline schedule?"
),
confirm_btn_variant:
'danger'
}
do
=
link_to
pipeline_schedule_path
(
pipeline_schedule
),
title:
_
(
'Delete'
),
method: :delete
,
class:
'btn gl-button btn-danger btn-icon'
,
aria:
{
label:
_
(
'Delete
pipeline schedule
'
)
},
data:
{
confirm:
_
(
"Are you sure you want to delete this pipeline schedule?"
),
confirm_btn_variant:
'danger'
}
do
=
sprite_icon
(
'remove'
)
=
sprite_icon
(
'remove'
)
locale/gitlab.pot
View file @
34da7d37
...
@@ -11624,6 +11624,9 @@ msgstr ""
...
@@ -11624,6 +11624,9 @@ msgstr ""
msgid "Delete pipeline"
msgid "Delete pipeline"
msgstr ""
msgstr ""
msgid "Delete pipeline schedule"
msgstr ""
msgid "Delete project"
msgid "Delete project"
msgstr ""
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