mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Fix typos in mailing list
This commit is contained in:
parent
1b6e6ec2e4
commit
119fbd114d
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
<mj-text font-size="24px" font-weight="600">Hello {{name}}!</mj-text>
|
<mj-text font-size="24px" font-weight="600">Hello {{name}}!</mj-text>
|
||||||
<mj-text>
|
<mj-text>
|
||||||
Thanks for signing up for your Penpot account! Please verify your
|
Thanks for signing up for your Penpot account! Please verify your
|
||||||
email using the link below adn get started building mockups and
|
email using the link below and get started building mockups and
|
||||||
prototypes today!
|
prototypes today!
|
||||||
</mj-text>
|
</mj-text>
|
||||||
<mj-button href="{{ public-uri }}/#/auth/verify-token?token={{token}}">
|
<mj-button href="{{ public-uri }}/#/auth/verify-token?token={{token}}">
|
||||||
|
|
|
@ -173,7 +173,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
|
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
|
||||||
<div style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">Thanks for signing up for your Penpot account! Please verify your email using the link below adn get started building mockups and prototypes today!</div>
|
<div style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">Thanks for signing up for your Penpot account! Please verify your email using the link below and get started building mockups and prototypes today!</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Hello {{name}}!
|
Hello {{name}}!
|
||||||
|
|
||||||
Thanks for signing up for your Penpot account! Please verify your email using the
|
Thanks for signing up for your Penpot account! Please verify your email using the
|
||||||
link below adn get started building mockups and prototypes today!
|
link below and get started building mockups and prototypes today!
|
||||||
|
|
||||||
{{ public-uri }}/#/auth/verify-token?token={{token}}
|
{{ public-uri }}/#/auth/verify-token?token={{token}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue