mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Update copy for debug modal paywall (#15905)
This commit is contained in:
committed by
GitHub
parent
3f9a271e69
commit
d0ff66226f
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { useI18n } from '@n8n/i18n';
|
||||
import Modal from '@/components/Modal.vue';
|
||||
import { useI18n } from '@n8n/i18n';
|
||||
|
||||
const props = defineProps<{
|
||||
modalName: string;
|
||||
@@ -16,6 +16,8 @@ const i18n = useI18n();
|
||||
<n8n-text>
|
||||
{{ i18n.baseText('executionsList.debug.paywall.content') }}
|
||||
<br />
|
||||
<br />
|
||||
{{ i18n.baseText('executionsList.debug.paywall.subContent') }}
|
||||
<n8n-link :to="i18n.baseText('executionsList.debug.paywall.link.url')" new-window>
|
||||
{{ i18n.baseText('executionsList.debug.paywall.link.text') }}
|
||||
</n8n-link>
|
||||
|
||||
Reference in New Issue
Block a user