From 0a5deb23c115a4099fd3b7d75fb7c121f839304c Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 1 Dec 2023 12:32:50 -0800 Subject: [PATCH 1/3] added syntax according to documentation --- app/config_files/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config_files/templates.json b/app/config_files/templates.json index feec10fb0..12793f7fa 100644 --- a/app/config_files/templates.json +++ b/app/config_files/templates.json @@ -83,7 +83,7 @@ "To complete your registration for Notify.gov please click the link below", "", "", - "((url))" + "[Join Service] ((url))" ] }, { From f9f2762761045bc9d3dbcf1fa2c95b8945a92057 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 1 Dec 2023 12:35:35 -0800 Subject: [PATCH 2/3] added syntax according to documentation --- app/config_files/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config_files/templates.json b/app/config_files/templates.json index 12793f7fa..a4b509ea7 100644 --- a/app/config_files/templates.json +++ b/app/config_files/templates.json @@ -22,7 +22,7 @@ "", "Click this link to create an account on Notify.gov:", "", - "((url))", + "[Join Service] ((url))", "", "", "This invitation will stop working at midnight tomorrow. This is to keep ((service_name)) secure." From 5ff7003719d4070ccc47f1b1a50af092ae0c4860 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 1 Dec 2023 14:26:18 -0800 Subject: [PATCH 3/3] convert link to text link --- app/config_files/templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config_files/templates.json b/app/config_files/templates.json index a4b509ea7..91230a580 100644 --- a/app/config_files/templates.json +++ b/app/config_files/templates.json @@ -22,7 +22,7 @@ "", "Click this link to create an account on Notify.gov:", "", - "[Join Service] ((url))", + "[Join Service](url)", "", "", "This invitation will stop working at midnight tomorrow. This is to keep ((service_name)) secure." @@ -83,7 +83,7 @@ "To complete your registration for Notify.gov please click the link below", "", "", - "[Join Service] ((url))" + "[Join Service](url)" ] }, {