🚚 Rename $i18n2 to $i

This commit is contained in:
Iván Ovejero
2021-12-07 17:28:10 +01:00
parent 858d0d0160
commit 94d6136661
66 changed files with 717 additions and 719 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.$i18n2.baseText('pushConnection.showMessage.title'),
message: this.$i18n2.baseText('pushConnection.showMessage.message'),
title: this.$i.baseText('pushConnection.showMessage.title'),
message: this.$i.baseText('pushConnection.showMessage.message'),
type: 'success',
});
}