mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🚚 Rename $i18n2 to $i
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div>
|
||||
<div :class="$style.details">
|
||||
<span :class="$style.name">
|
||||
{{ $i18n2.headerText({
|
||||
{{ $i.headerText({
|
||||
key: `headers.${shortNodeType}.displayName`,
|
||||
fallback: nodeType.displayName,
|
||||
})
|
||||
@@ -15,7 +15,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div :class="$style.description">
|
||||
{{ $i18n2.headerText({
|
||||
{{ $i.headerText({
|
||||
key: `headers.${shortNodeType}.description`,
|
||||
fallback: nodeType.description,
|
||||
})
|
||||
@@ -46,7 +46,7 @@ export default Vue.extend({
|
||||
],
|
||||
computed: {
|
||||
shortNodeType() {
|
||||
return this.$i18n2.shortNodeType(this.nodeType.name);
|
||||
return this.$i.shortNodeType(this.nodeType.name);
|
||||
},
|
||||
},
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user