mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
🔥 Remove unneeded colon
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user