mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove unneeded colon
This commit is contained in:
parent
07e0236996
commit
d2855c1d7e
|
@ -205,7 +205,7 @@ export const workflowRun = mixins(
|
||||||
this.$showError(
|
this.$showError(
|
||||||
error,
|
error,
|
||||||
this.$locale.baseText('workflowRun.showError.title'),
|
this.$locale.baseText('workflowRun.showError.title'),
|
||||||
this.$locale.baseText('workflowRun.showError.message') + ':',
|
this.$locale.baseText('workflowRun.showError.message'),
|
||||||
);
|
);
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue