diff --git a/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap b/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap index d805619d62..c1ac41b64f 100644 --- a/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap +++ b/ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.snap @@ -129,7 +129,7 @@ exports[`Incoming Recommendation Emails Sends a different email if we receive a

Great news!

-

One of the sites you're recommending is now recommending you back:

+

A site you’re recommending is now recommending you back:

@@ -368,7 +368,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend

Good news!

-

A new site is recommending you to their audience:

+

Other Ghost Site is recommending you to their audience. Now, every time someone new signs up on their site, they’ll see an option to check out Ghost as well.

@@ -589,7 +589,7 @@ exports[`Incoming Recommendation Emails Sends an email if we receive a recommend

Good news!

-

A new site is recommending you to their audience:

+

Other Ghost Site is recommending you to their audience. Now, every time someone new signs up on their site, they’ll see an option to check out Ghost as well.

diff --git a/ghost/staff-service/lib/email-templates/recommendation-received.hbs b/ghost/staff-service/lib/email-templates/recommendation-received.hbs index 85af35fac0..197a581211 100644 --- a/ghost/staff-service/lib/email-templates/recommendation-received.hbs +++ b/ghost/staff-service/lib/email-templates/recommendation-received.hbs @@ -26,10 +26,10 @@ {{#if recommendation.recommendingBack}}

Great news!

-

One of the sites you're recommending is now recommending you back:

+

A site you’re recommending is now recommending you back:

{{else}}

Good news!

-

A new site is recommending you to their audience:

+

{{recommendation.title}} is recommending you to their audience. Now, every time someone new signs up on their site, they’ll see an option to check out {{siteTitle}} as well.

{{/if}}