fix(editor): Update copy for debug modal paywall (#15905)

This commit is contained in:
Raúl Gómez Morales
2025-06-02 09:52:48 +02:00
committed by GitHub
parent 3f9a271e69
commit d0ff66226f
3 changed files with 8 additions and 4 deletions

View File

@@ -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>