Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-11 03:07:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-11 03:07:58 +0300
commit946d6c5723db8448a541f663b0739ace7f5131d3 (patch)
tree92a318ee65dbb52b77f2bf7b0cbf8f5b21c26a5f /spec/frontend/environments
parentddfa6a1f19f1c6847d30314858f1d0ad21de13f9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/environments')
-rw-r--r--spec/frontend/environments/graphql/mock_data.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/frontend/environments/graphql/mock_data.js b/spec/frontend/environments/graphql/mock_data.js
index 0b1c8dc6fb8..5ea0be41614 100644
--- a/spec/frontend/environments/graphql/mock_data.js
+++ b/spec/frontend/environments/graphql/mock_data.js
@@ -166,7 +166,7 @@ export const environmentsApp = {
title: 'Play',
path: '/h5bp/html5-boilerplate/-/jobs/911/play',
method: 'post',
- button_title: 'Trigger this manual action',
+ button_title: 'Run job',
},
},
},
@@ -374,7 +374,7 @@ export const resolvedEnvironmentsApp = {
title: 'Play',
path: '/h5bp/html5-boilerplate/-/jobs/911/play',
method: 'post',
- buttonTitle: 'Trigger this manual action',
+ buttonTitle: 'Run job',
},
},
},
@@ -675,7 +675,7 @@ export const resolvedEnvironment = {
title: 'Play',
path: '/h5bp/html5-boilerplate/-/jobs/1015/play',
method: 'post',
- buttonTitle: 'Trigger this manual action',
+ buttonTitle: 'Run job',
},
},
},