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

@@ -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');