diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs index a61512143315..a8042b99d303 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs @@ -166,7 +166,7 @@
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
{{postUrl}}#ghost-comments
diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs index 4d67270404c5..b818531a5e0b 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs @@ -166,7 +166,7 @@You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
{{postUrl}}#ghost-comments
diff --git a/ghost/core/core/server/services/comments/email-templates/report.hbs b/ghost/core/core/server/services/comments/email-templates/report.hbs index 56545a5f3e30..88b1517615f9 100644 --- a/ghost/core/core/server/services/comments/email-templates/report.hbs +++ b/ghost/core/core/server/services/comments/email-templates/report.hbs @@ -161,7 +161,7 @@You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
{{postUrl}}#ghost-comments
diff --git a/ghost/core/core/server/services/members/emails/signin.js b/ghost/core/core/server/services/members/emails/signin.js index 7940edec7181..56a83584a456 100644 --- a/ghost/core/core/server/services/members/emails/signin.js +++ b/ghost/core/core/server/services/members/emails/signin.js @@ -136,7 +136,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain${t('For your security, the link will expire in 24 hours time.')}
${t('See you soon!')}
${t('You can also copy & paste this URL into your browser:')}
+${t('You can also copy & paste this URL into your browser:')}
${url}
diff --git a/ghost/core/core/server/services/members/emails/signup-paid.js b/ghost/core/core/server/services/members/emails/signup-paid.js index bfedf1610abe..9e5fcc7dec7a 100644 --- a/ghost/core/core/server/services/members/emails/signup-paid.js +++ b/ghost/core/core/server/services/members/emails/signup-paid.js @@ -136,7 +136,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain${t('For your security, the link will expire in 24 hours time.')}
${t('See you soon!')}
${t('You can also copy & paste this URL into your browser:')}
+${t('You can also copy & paste this URL into your browser:')}
${url}
diff --git a/ghost/core/core/server/services/members/emails/signup.js b/ghost/core/core/server/services/members/emails/signup.js index a81f3c7f932d..d1be5e12c319 100644 --- a/ghost/core/core/server/services/members/emails/signup.js +++ b/ghost/core/core/server/services/members/emails/signup.js @@ -136,7 +136,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain${t('For your security, the link will expire in 24 hours time.')}
${t('See you soon!')}
${t('You can also copy & paste this URL into your browser:')}
+${t('You can also copy & paste this URL into your browser:')}
${url}
diff --git a/ghost/core/core/server/services/members/emails/subscribe.js b/ghost/core/core/server/services/members/emails/subscribe.js index b432ca7b6a5f..7f241cbc10bd 100644 --- a/ghost/core/core/server/services/members/emails/subscribe.js +++ b/ghost/core/core/server/services/members/emails/subscribe.js @@ -136,7 +136,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain${t('For your security, the link will expire in 24 hours time.')}
${t('All the best!')}
${t('You can also copy & paste this URL into your browser:')}
+${t('You can also copy & paste this URL into your browser:')}
${url}
diff --git a/ghost/core/core/server/services/members/emails/update-email.js b/ghost/core/core/server/services/members/emails/update-email.js index ef946f201165..20d315aaa655 100644 --- a/ghost/core/core/server/services/members/emails/update-email.js +++ b/ghost/core/core/server/services/members/emails/update-email.js @@ -127,7 +127,7 @@ module.exports = ({t, email, url}) => `${t('For your security, the link will expire in 24 hours time.')}
${t('You can also copy & paste this URL into your browser:')}
+${t('You can also copy & paste this URL into your browser:')}
${url}
diff --git a/ghost/core/core/server/services/newsletters/emails/verify-email.js b/ghost/core/core/server/services/newsletters/emails/verify-email.js index 14238461b4f9..da99cdde9339 100644 --- a/ghost/core/core/server/services/newsletters/emails/verify-email.js +++ b/ghost/core/core/server/services/newsletters/emails/verify-email.js @@ -135,7 +135,7 @@ module.exports = ({email, url}) => `For your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
${url}
diff --git a/ghost/core/core/server/services/settings/emails/verify-email.js b/ghost/core/core/server/services/settings/emails/verify-email.js index 519641149813..51f4ee10859d 100644 --- a/ghost/core/core/server/services/settings/emails/verify-email.js +++ b/ghost/core/core/server/services/settings/emails/verify-email.js @@ -127,7 +127,7 @@ module.exports = ({email, url}) => `For your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
${url}
diff --git a/ghost/core/test/e2e-api/admin/__snapshots__/members.test.js.snap b/ghost/core/test/e2e-api/admin/__snapshots__/members.test.js.snap index 46669eaa792d..c1588a28648b 100644 --- a/ghost/core/test/e2e-api/admin/__snapshots__/members.test.js.snap +++ b/ghost/core/test/e2e-api/admin/__snapshots__/members.test.js.snap @@ -1769,7 +1769,7 @@ exports[`Members API Can add and send a signup confirmation email 3: [html 1] 1`For your security, the link will expire in 24 hours time.
See you soon!
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/members/?token=REPLACED_TOKEN&action=signup
diff --git a/ghost/core/test/e2e-api/admin/__snapshots__/newsletters.test.js.snap b/ghost/core/test/e2e-api/admin/__snapshots__/newsletters.test.js.snap index d97120bc4b27..de5816d09fcd 100644 --- a/ghost/core/test/e2e-api/admin/__snapshots__/newsletters.test.js.snap +++ b/ghost/core/test/e2e-api/admin/__snapshots__/newsletters.test.js.snap @@ -476,7 +476,7 @@ exports[`Newsletters API Can add a newsletter - with custom sender_email 4: [htmFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -723,7 +723,7 @@ exports[`Newsletters API Can add a newsletter - with custom sender_email and subFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -911,7 +911,7 @@ exports[`Newsletters API Can add a newsletter - with custom sender_email and subFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -1533,7 +1533,7 @@ exports[`Newsletters API Can edit a newsletters and update the sender_email whenFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -2321,7 +2321,7 @@ exports[`Newsletters API Can verify property updates 2: [html 1] 1`] = `For your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -3416,7 +3416,7 @@ exports[`Newsletters API Managed email with custom sending domain Can set newsleFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
@@ -4773,7 +4773,7 @@ exports[`Newsletters API Managed email without custom sending domain Can set newFor your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/newsletters/?verifyEmail=REPLACED_TOKEN
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 a40dc54480ff..4ff46bba7329 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 @@ -181,7 +181,7 @@ table.body a.small {Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/recommendations
Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/recommendations
Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/recommendations
For your security, the link will expire in 24 hours time.
You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
http://127.0.0.1:2369/ghost/#/settings/portal/edit?verifyEmail=test
diff --git a/ghost/staff-service/lib/email-templates/mention-report.hbs b/ghost/staff-service/lib/email-templates/mention-report.hbs index 83d62a832a3c..e2f1f4d3081c 100644 --- a/ghost/staff-service/lib/email-templates/mention-report.hbs +++ b/ghost/staff-service/lib/email-templates/mention-report.hbs @@ -100,7 +100,7 @@You can also copy & paste this URL into your browser:
+You can also copy & paste this URL into your browser:
{{siteUrl}}ghost/#/mentions
diff --git a/ghost/staff-service/lib/email-templates/new-free-signup.hbs b/ghost/staff-service/lib/email-templates/new-free-signup.hbs index db82aa1f518a..97d005841626 100644 --- a/ghost/staff-service/lib/email-templates/new-free-signup.hbs +++ b/ghost/staff-service/lib/email-templates/new-free-signup.hbs @@ -78,7 +78,7 @@Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
{{memberData.adminUrl}}
Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
{{memberData.adminUrl}}
Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
{{memberData.adminUrl}}
Or copy and paste this URL into your browser:
+Or copy and paste this URL into your browser:
{{siteUrl}}ghost/#/settings/recommendations