🔥 Remove unneeded colon

This commit is contained in:
Iván Ovejero 2021-12-16 18:20:48 +01:00
parent 07e0236996
commit d2855c1d7e

View file

@ -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;
} }