From d2855c1d7e201380e4db42124b462e0852d7f58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 16 Dec 2021 18:20:48 +0100 Subject: [PATCH] :fire: Remove unneeded colon --- packages/editor-ui/src/components/mixins/workflowRun.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/mixins/workflowRun.ts b/packages/editor-ui/src/components/mixins/workflowRun.ts index 3dbe10e7c..c0bb9bb77 100644 --- a/packages/editor-ui/src/components/mixins/workflowRun.ts +++ b/packages/editor-ui/src/components/mixins/workflowRun.ts @@ -205,7 +205,7 @@ export const workflowRun = mixins( this.$showError( error, this.$locale.baseText('workflowRun.showError.title'), - this.$locale.baseText('workflowRun.showError.message') + ':', + this.$locale.baseText('workflowRun.showError.message'), ); return undefined; }