mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
🔥 Remove unneeded colon
This commit is contained in:
parent
07e0236996
commit
d2855c1d7e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue