From 6d89ab93f1d8fcca7a1656fb1985dcdfdb2526ca Mon Sep 17 00:00:00 2001 From: becem-gharbi Date: Thu, 20 Jun 2024 19:58:34 +0100 Subject: [PATCH] Update Release.vue --- components/Deployment/Release.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Deployment/Release.vue b/components/Deployment/Release.vue index dad8507..bb84c94 100644 --- a/components/Deployment/Release.vue +++ b/components/Deployment/Release.vue @@ -62,7 +62,7 @@ const progress = computed(() => { function onAbort() { dialog.warning({ title: 'Abort deployment', - content: 'This deployment will be aborted. Note that it will automatically triggerd on device reset.', + content: 'This deployment will be aborted.', positiveText: 'Confirm', negativeText: 'Cancel', showIcon: false,