From 7b4fc19e096c98b974bba3a62c60d4530a20f82a Mon Sep 17 00:00:00 2001 From: David Remer Date: Wed, 18 Oct 2023 09:15:53 +0300 Subject: [PATCH] Make keyword translateable [PREMIUM-248] --- .../integrations/wordpress/steps/made-a-comment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/assets/js/src/automation/integrations/wordpress/steps/made-a-comment/index.tsx b/mailpoet/assets/js/src/automation/integrations/wordpress/steps/made-a-comment/index.tsx index 59501af9a4..67d2d92d32 100644 --- a/mailpoet/assets/js/src/automation/integrations/wordpress/steps/made-a-comment/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/wordpress/steps/made-a-comment/index.tsx @@ -4,7 +4,7 @@ import { LockedBadge } from '../../../../../common/premium-modal/locked-badge'; import { PremiumModalForStepEdit } from '../../../../../common/premium-modal'; import { Icon } from './icon'; -const keywords = ['comment']; +const keywords = [__('comment', 'mailpoet')]; export const step: StepType = { key: 'wordpress:made-a-comment', group: 'triggers',