+
{subjectHelp}
{__('Preview text (recommended)', 'mailpoet')}}
placeholder={__(
"Add a preview text to capture subscribers' attention and increase open rates.",
'mailpoet',
@@ -106,6 +88,13 @@ export function DetailsPanel() {
onChange={(value) => updateEmailProperty('preheader', value)}
data-automation-id="email_preview_text"
/>
+
+
+ {__(
+ 'This text will appear in the inbox, underneath the subject line.',
+ )}
+
+
);
}