mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
🚚 Rename $i to $locale
This commit is contained in:
@@ -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.$i.baseText('pushConnection.showMessage.title'),
|
||||
message: this.$i.baseText('pushConnection.showMessage.message'),
|
||||
title: this.$locale.baseText('pushConnection.showMessage.title'),
|
||||
message: this.$locale.baseText('pushConnection.showMessage.message'),
|
||||
type: 'success',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user