Render strings for ReadOnly

This commit is contained in:
Iván Ovejero
2021-12-02 13:37:08 +01:00
parent 5a3c75b816
commit f22cd1494c
2 changed files with 11 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
<template>
<n8n-tooltip class="primary-color" placement="bottom-end" >
<div slot="content">
{{ $baseText('readOnly.youreViewingTheLogOf') }}
</div>
<span>
<font-awesome-icon icon="exclamation-triangle" />
{{ $baseText('readOnly.readOnly') }}
</span>
</n8n-tooltip>
</template>