From 14f9fe817ae49f2144552d0fca0f4ba77f4fae2f Mon Sep 17 00:00:00 2001 From: Pascal Knoth Date: Tue, 28 Jan 2025 17:55:12 +0100 Subject: [PATCH 1/2] Fix typo --- src/collections/EmailTemplates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/EmailTemplates.ts b/src/collections/EmailTemplates.ts index 29c9d50..3e947e0 100644 --- a/src/collections/EmailTemplates.ts +++ b/src/collections/EmailTemplates.ts @@ -8,7 +8,7 @@ const placeholderEmailData = `

Hello {{earnerName}}! Claim your credential at this link

-

Credential: {{credentialName}}

+

Credential: {{credentialName}}

{{link}} From f09c4e4d3ccb36736eb104dd881481ae8c5ee230 Mon Sep 17 00:00:00 2001 From: Pascal Knoth Date: Sat, 22 Nov 2025 11:39:02 +0100 Subject: [PATCH 2/2] Better typo fix --- src/collections/EmailTemplates.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/collections/EmailTemplates.ts b/src/collections/EmailTemplates.ts index 3e947e0..fa6e44a 100644 --- a/src/collections/EmailTemplates.ts +++ b/src/collections/EmailTemplates.ts @@ -7,9 +7,10 @@ const placeholderEmailData = ` -

Hello {{earnerName}}! Claim your credential at this link

-

Credential: {{credentialName}}

- {{link}} +
+

Hello {{earnerName}}! Claim your credential at this link

+

Credential: {{credentialName}}

+ {{link}}