mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 10:17:00 +02: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 New Issue
Block a user