Stop using Shortcodes in the UI

[MAILPOET-6386]
This commit is contained in:
Pavel Dohnal
2025-01-07 14:11:17 +01:00
committed by Jan Lysý
parent fd6a20ebf2
commit ccd07ba46d
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ const PersonalizationTagsModal = ( {
>
<p>
{ __(
'Insert shortcodes to dynamically fill in information and personalize your emails.',
'Insert personalization tags to dynamically fill in information and personalize your emails.',
'mailpoet'
) }{ ' ' }
<ExternalLink href="https://kb.mailpoet.com/article/215-personalize-newsletter-with-shortcodes#list">

View File

@ -17,7 +17,7 @@ export function DetailsPanel() {
const subjectHelp = createInterpolateElement(
__(
'Use shortcodes to personalize your email, or learn more about <bestPracticeLink>best practices</bestPracticeLink> and using <emojiLink>emoji in subject lines</emojiLink>.',
'Use personalization tags to personalize your email, or learn more about <bestPracticeLink>best practices</bestPracticeLink> and using <emojiLink>emoji in subject lines</emojiLink>.',
'mailpoet'
),
{
@ -73,7 +73,7 @@ export function DetailsPanel() {
label={ __( 'Subject', 'mailpoet' ) }
labelSuffix={
<ExternalLink href="https://kb.mailpoet.com/article/215-personalize-newsletter-with-shortcodes#list">
{ __( 'Shortcode guide', 'mailpoet' ) }
{ __( 'Guide', 'mailpoet' ) }
</ExternalLink>
}
help={ subjectHelp }