mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): Update copy for debug modal paywall (#15905)
This commit is contained in:
committed by
GitHub
parent
3f9a271e69
commit
d0ff66226f
@@ -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