mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Upgrade vue-i18n to latest version (no-changelog) (#14130)
This commit is contained in:
@@ -30,7 +30,7 @@ const goToUpgrade = async () => {
|
||||
{{
|
||||
locale.baseText('projects.create.limit', {
|
||||
adjustToNumber: props.limit,
|
||||
interpolate: { num: String(props.limit) },
|
||||
interpolate: { count: String(props.limit) },
|
||||
})
|
||||
}}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user