@clink/emails 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
<td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
|
|
154
154
|
|
|
155
155
|
<div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
|
|
156
|
-
0px;">Hi {{ user.name }}
|
|
156
|
+
0px;">Hi {{ user.name }},</p>
|
|
157
157
|
<p style="line-height: 24px; margin: 16px
|
|
158
|
-
0px;">
|
|
158
|
+
0px;">Thanks for registering your business with Nuento. We've noted your request to be set up as a supplier under <b style="line-height: 24px;">{{supplier.name}}</b>, CVR <b style="line-height: 24px;">{{supplier.cvr}}</b>.</p>
|
|
159
159
|
<p style="line-height: 24px; margin: 16px
|
|
160
|
-
0px;">
|
|
160
|
+
0px;">We're working behind the scenes and will make sure you hear from us within 48 hours!</p></div>
|
|
161
161
|
|
|
162
162
|
</td>
|
|
163
163
|
</tr>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"subject": "Thanks! We
|
|
3
|
-
"greeting": "Hi
|
|
4
|
-
"
|
|
5
|
-
"
|
|
2
|
+
"subject": "Thanks! We've registered you on Nuento.",
|
|
3
|
+
"greeting": "Hi",
|
|
4
|
+
"registered_intro": "Thanks for registering your business with Nuento. We've noted your request to be set up as a supplier under <b>{{supplier.name}}</b>, CVR <b>{{supplier.cvr}}</b>.",
|
|
5
|
+
"registered_followup": "We're working behind the scenes and will make sure you hear from us within 48 hours!"
|
|
6
6
|
}
|