mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Upgrade vue-i18n to latest version (no-changelog) (#14130)
This commit is contained in:
@@ -1572,7 +1572,7 @@ defineExpose({ enterEditMode });
|
||||
{{
|
||||
i18n.baseText('ndv.search.items', {
|
||||
adjustToNumber: unfilteredDataCount,
|
||||
interpolate: { matched: dataCount, total: unfilteredDataCount },
|
||||
interpolate: { matched: dataCount, count: unfilteredDataCount },
|
||||
})
|
||||
}}
|
||||
</N8nText>
|
||||
|
||||
Reference in New Issue
Block a user