Fix typo in double-opt-in confirmation message (#367)
This commit is contained in:
@@ -9,7 +9,7 @@ const DEFAULT_DOUBLE_OPT_IN_CONTENT_JSON = {
|
|||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text",
|
||||||
text: "Hello, Thank you for sigining up. Please confirm that you want to receive emails from us.",
|
text: "Hello, Thank you for signing up. Please confirm that you want to receive emails from us.",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user