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',