summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-09 20:07:48 +0000
committerWinnie Hellmann <winnie@gitlab.com>2018-10-09 20:07:48 +0000
commit4f49f54af5b49e28801f0934547ff3159161759b (patch)
treeab6aa92fdbcd58e40ebf998bc912253f1784e75f
parent760fd6751940b0b681800110992b8100dfd10379 (diff)
downloadgitlab-ce-4f49f54af5b49e28801f0934547ff3159161759b.tar.gz
Fix issue URL of TODO in environment_actions.vue
-rw-r--r--app/assets/javascripts/environments/components/environment_actions.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/environments/components/environment_actions.vue b/app/assets/javascripts/environments/components/environment_actions.vue
index 1fc571b57fb..3cebf68ea93 100644
--- a/app/assets/javascripts/environments/components/environment_actions.vue
+++ b/app/assets/javascripts/environments/components/environment_actions.vue
@@ -33,7 +33,7 @@ export default {
onClickAction(action) {
if (action.scheduledAt) {
const confirmationMessage = sprintf(s__("DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes."), { jobName: action.name });
- // https://gitlab.com/gitlab-org/gitlab-ce/issues/52099
+ // https://gitlab.com/gitlab-org/gitlab-ce/issues/52156
// eslint-disable-next-line no-alert
if (!window.confirm(confirmationMessage)) {
return;