summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Cunha <j.a.cunha@gmail.com>2019-06-26 19:20:56 +0100
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-01 07:53:32 -0500
commitfa9d720dc84d8cda8800e1de6bc0c698fa123003 (patch)
treeb980c42ca240d81f1bd8a202b3400d693ce4d63e
parent6a3bebf8f6d95aaeb7900c7212b04905d37881b2 (diff)
downloadgitlab-ce-fa9d720dc84d8cda8800e1de6bc0c698fa123003.tar.gz
Prettify javascript file
-rw-r--r--app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue
index 8de34979dc8..920439ebb23 100644
--- a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue
+++ b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue
@@ -14,7 +14,9 @@ const CUSTOM_APP_WARNING_TEXT = {
[PROMETHEUS]: s__('ClusterIntegration|All data will be deleted and cannot be restored.'),
[RUNNER]: s__('ClusterIntegration|Any running pipelines will be canceled.'),
[KNATIVE]: s__('ClusterIntegration|The associated IP will be deleted and cannot be restored.'),
- [JUPYTER]: s__('ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored.'),
+ [JUPYTER]: s__(
+ 'ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored.',
+ ),
};
export default {