diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index fbb89a8b25..8fde513d96 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -38,7 +38,7 @@ "trigger": "Run pipeline", "select_branch": "Select branch", "variables": { - "add": "Add variable", + "delete": "Delete variable", "title": "Additional pipeline variables", "desc": "Specify additional variables to use in your pipeline. Variables with the same name will be overwritten.", "name": "Variable name", @@ -50,7 +50,7 @@ "enter_target": "Target deployment environment", "trigger": "Deploy", "variables": { - "add": "Add variable", + "delete": "Delete variable", "title": "Additional pipeline variables", "desc": "Specify additional variables to use in your pipeline. Variables with the same name will be overwritten.", "name": "Variable name", diff --git a/web/src/components/layout/popups/DeployPipelinePopup.vue b/web/src/components/layout/popups/DeployPipelinePopup.vue index d19301433e..57b88cd9d1 100644 --- a/web/src/components/layout/popups/DeployPipelinePopup.vue +++ b/web/src/components/layout/popups/DeployPipelinePopup.vue @@ -11,35 +11,29 @@ {{ $t('repo.deploy_pipeline.variables.desc') }}
-
- - -
- -
-
-
+
- +
+