mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +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>
|
||||
|
||||
@@ -147,7 +147,7 @@ export const useExecutionDebugging = () => {
|
||||
uiStore.openModalWithData({
|
||||
name: DEBUG_PAYWALL_MODAL_KEY,
|
||||
data: {
|
||||
title: i18n.baseText(uiStore.contextBasedTranslationKeys.feature.unavailable.title),
|
||||
title: i18n.baseText('executionsList.debug.paywall.title'),
|
||||
footerButtonAction: () => {
|
||||
uiStore.closeModal(DEBUG_PAYWALL_MODAL_KEY);
|
||||
void pageRedirectionHelper.goToUpgrade('debug', 'upgrade-debug');
|
||||
|
||||
Reference in New Issue
Block a user