From f17b939dbe8cefb1126fedecb1cb03aa0bec2e31 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Wed, 22 Mar 2023 11:53:11 +0100 Subject: [PATCH] Added name placeholder in subscription details box refs https://github.com/TryGhost/Team/issues/2736 When the member doesn't have a name, we'll show 'not provided' for now. --- ghost/email-service/lib/email-templates/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/email-service/lib/email-templates/template.hbs b/ghost/email-service/lib/email-templates/template.hbs index 6f1a0732e9..1d3f4d8c0d 100644 --- a/ghost/email-service/lib/email-templates/template.hbs +++ b/ghost/email-service/lib/email-templates/template.hbs @@ -185,7 +185,7 @@
-

Name: %%{name}%%

+

Name: %%{name, "not provided"}%%

Email: %%{email}%%

Member since: %%{created_at}%%