diff --git a/src/FormBuilder/resources/js/form-builder/src/settings/email/index.tsx b/src/FormBuilder/resources/js/form-builder/src/settings/email/index.tsx index 0db88543fe..149d1f3094 100644 --- a/src/FormBuilder/resources/js/form-builder/src/settings/email/index.tsx +++ b/src/FormBuilder/resources/js/form-builder/src/settings/email/index.tsx @@ -49,7 +49,7 @@ export default () => { label={__('From Name', 'give')} help={__( 'The name which appears in the "From" field in all GiveWP donation emails.', - 'givewp' + 'give' )} value={emailFromName} onChange={(emailFromName) => dispatch(setFormSettings({emailFromName}))} @@ -60,7 +60,7 @@ export default () => { label={__('From Email', 'give')} help={__( 'Email address from which all GiveWP emails are sent from. This will act as the "from" and "reply-to" email address.', - 'givewp' + 'give' )} value={emailFromEmail} onChange={(emailFromEmail) => dispatch(setFormSettings({emailFromEmail}))} diff --git a/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/index.tsx b/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/index.tsx index 262ef5f2ae..5a6ada368f 100644 --- a/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/index.tsx +++ b/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/index.tsx @@ -30,7 +30,7 @@ export default () => { const templateTagsDescription = createInterpolateElement( __( 'Available template tags for this email. HTML is accepted. See our documentation for examples of how to use custom meta email tags to output additional donor or donation information in your GiveWP emails', - 'givewp' + 'give' ), { a: , diff --git a/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/settings.tsx b/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/settings.tsx index 170c0ac4ca..23f855f726 100644 --- a/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/settings.tsx +++ b/src/FormBuilder/resources/js/form-builder/src/settings/email/template-options/settings.tsx @@ -54,7 +54,7 @@ const EmailTemplateSettings = ({notification}: EmailTemplateSettingsProps) => { hideLabelFromVision={true} help={__( 'Global options are set in GiveWP settings. You may override them for this form here', - 'givewp' + 'give' )} selected={option.status ?? 'global'} options={config.statusOptions} @@ -149,7 +149,7 @@ const EmailTemplateSettings = ({notification}: EmailTemplateSettingsProps) => { label={__('Email', 'give')} help={__( 'This email is automatically sent to the individual fundraiser and the recipient cannot be customized.', - 'givewp' + 'give' )} onChange={() => null} value="{donor_email}" diff --git a/src/Promotions/WelcomeBanner/resources/js/app/components/Sections/LeftContentSection.tsx b/src/Promotions/WelcomeBanner/resources/js/app/components/Sections/LeftContentSection.tsx index f4dc9d4099..8e95c63dc9 100644 --- a/src/Promotions/WelcomeBanner/resources/js/app/components/Sections/LeftContentSection.tsx +++ b/src/Promotions/WelcomeBanner/resources/js/app/components/Sections/LeftContentSection.tsx @@ -20,7 +20,7 @@ export default function LeftContentSection({assets}: LeftContentSectionProps) {
{__( 'GiveWP 3.0 introduces an enhanced forms experience powered by the new Visual Donations Form Builder.', - 'givewp' + 'give' )}
@@ -47,7 +47,7 @@ export default function LeftContentSection({assets}: LeftContentSectionProps) {{__( 'The team is still working on some new features, add-on and payment gateway compatibility to make your form experience better.', - 'givewp' + 'give' )}