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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
8ab27e64
Commit
8ab27e64
authored
6 years ago
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update confirmation modal text for starting delayed jobs immediately
parent
53be95da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/environments/components/environment_actions.vue
...vascripts/environments/components/environment_actions.vue
+1
-1
app/assets/javascripts/pipelines/components/pipelines_actions.vue
...ts/javascripts/pipelines/components/pipelines_actions.vue
+1
-1
No files found.
app/assets/javascripts/environments/components/environment_actions.vue
View file @
8ab27e64
...
...
@@ -34,7 +34,7 @@ export default {
if
(
action
.
scheduledAt
)
{
const
confirmationMessage
=
sprintf
(
s__
(
"
DelayedJobs|Are you sure you want to run %{jobName} immediately?
T
his job will run automatically after it's timer finishes.
"
,
"
DelayedJobs|Are you sure you want to run %{jobName} immediately?
Otherwise t
his job will run automatically after it's timer finishes.
"
,
),
{
jobName
:
action
.
name
},
);
...
...
This diff is collapsed.
Click to expand it.
app/assets/javascripts/pipelines/components/pipelines_actions.vue
View file @
8ab27e64
...
...
@@ -28,7 +28,7 @@ export default {
if
(
action
.
scheduled_at
)
{
const
confirmationMessage
=
sprintf
(
s__
(
"
DelayedJobs|Are you sure you want to run %{jobName} immediately?
T
his job will run automatically after it's timer finishes.
"
,
"
DelayedJobs|Are you sure you want to run %{jobName} immediately?
Otherwise t
his job will run automatically after it's timer finishes.
"
,
),
{
jobName
:
action
.
name
},
);
...
...
This diff is collapsed.
Click to expand it.
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