Adjust all calls

This commit is contained in:
Iván Ovejero
2021-12-07 15:58:26 +01:00
parent c5ef97a30b
commit 7805b21a15
71 changed files with 770 additions and 747 deletions

View File

@@ -263,8 +263,8 @@ export const pushConnection = mixins(
// Workflow did execute without a problem
this.$titleSet(workflow.name as string, 'IDLE');
this.$showMessage({
title: this.$baseText('pushConnection.showMessage.title'),
message: this.$baseText('pushConnection.showMessage.message'),
title: this.$i18n2.baseText('pushConnection.showMessage.title'),
message: this.$i18n2.baseText('pushConnection.showMessage.message'),
type: 'success',
});
}