🐛 Fix some i18n line break issues

This commit is contained in:
Jan Oberhauser
2022-03-05 20:11:34 +01:00
parent cb5b98afbc
commit f04e6ac43e
4 changed files with 7 additions and 9 deletions

View File

@@ -2,9 +2,7 @@
<span>
<div class="push-connection-lost primary-color" v-if="!pushConnectionActive">
<n8n-tooltip placement="bottom-end" >
<div slot="content">
{{ $locale.baseText('pushConnectionTracker.cannotConnectToServer') }}
</div>
<div slot="content" v-html="$locale.baseText('pushConnectionTracker.cannotConnectToServer')"></div>
<span>
<font-awesome-icon icon="exclamation-triangle" />&nbsp; {{ $locale.baseText('pushConnectionTracker.connectionLost') }}
</span>