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