mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
⚡ Fix category of read only strings
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
</span>
|
||||
<n8n-tooltip class="read-only primary-color" placement="bottom-end" >
|
||||
<div slot="content">
|
||||
{{ $baseText('readOnly.youreViewingTheLogOf') }}
|
||||
{{ $baseText('executionDetails.youreViewingTheLogOf') }}
|
||||
</div>
|
||||
<span>
|
||||
<font-awesome-icon icon="exclamation-triangle" />
|
||||
{{ $baseText('readOnly.readOnly') }}
|
||||
{{ $baseText('executionDetails.readOnly') }}
|
||||
</span>
|
||||
</n8n-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user