From 8ab27e64fe307ec75032a0597fd96caa80e40b67 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Mon, 22 Oct 2018 21:43:47 +0200 Subject: Update confirmation modal text for starting delayed jobs immediately --- app/assets/javascripts/pipelines/components/pipelines_actions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/pipelines/components') diff --git a/app/assets/javascripts/pipelines/components/pipelines_actions.vue b/app/assets/javascripts/pipelines/components/pipelines_actions.vue index 16e69759091..83f16c0ffdb 100644 --- a/app/assets/javascripts/pipelines/components/pipelines_actions.vue +++ b/app/assets/javascripts/pipelines/components/pipelines_actions.vue @@ -28,7 +28,7 @@ export default { if (action.scheduled_at) { const confirmationMessage = sprintf( s__( - "DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes.", + "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes.", ), { jobName: action.name }, ); -- cgit v1.2.1