mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🚚 Rename $i18n2 to $i
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<div class="push-connection-lost primary-color" v-if="!pushConnectionActive">
|
||||
<n8n-tooltip placement="bottom-end" >
|
||||
<div slot="content">
|
||||
{{ $i18n2.baseText('pushConnectionTracker.cannotConnectToServer') }}
|
||||
{{ $i.baseText('pushConnectionTracker.cannotConnectToServer') }}
|
||||
</div>
|
||||
<span>
|
||||
<font-awesome-icon icon="exclamation-triangle" /> {{ $i18n2.baseText('pushConnectionTracker.connectionLost') }}
|
||||
<font-awesome-icon icon="exclamation-triangle" /> {{ $i.baseText('pushConnectionTracker.connectionLost') }}
|
||||
</span>
|
||||
</n8n-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user