mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix some i18n line break issues
This commit is contained in:
@@ -98,14 +98,14 @@
|
||||
</h3>
|
||||
|
||||
<div class="text">
|
||||
{{ $locale.baseText(
|
||||
<span v-html="$locale.baseText(
|
||||
'runData.theNodeContains',
|
||||
{
|
||||
interpolate: {
|
||||
numberOfKb: parseInt(dataSize/1024).toLocaleString()
|
||||
}
|
||||
}
|
||||
)}}
|
||||
)"></span>
|
||||
</div>
|
||||
|
||||
<n8n-button
|
||||
|
||||
Reference in New Issue
Block a user