Skip to content

Commit

Permalink
Update Release.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jun 20, 2024
1 parent c47b84c commit 6d89ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Deployment/Release.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const progress = computed<ProgressProps>(() => {
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,
Expand Down

0 comments on commit 6d89ab9

Please sign in to comment.