mirror of
https://github.com/penpot/penpot.git
synced 2025-07-27 12:47:18 +02:00
✨ Update email change confirmation message for clarity
This commit is contained in:
parent
f3abd0f190
commit
f772724f9a
3 changed files with 6 additions and 7 deletions
|
@ -7,7 +7,8 @@
|
||||||
### :boom: Breaking changes & Deprecations
|
### :boom: Breaking changes & Deprecations
|
||||||
|
|
||||||
### :heart: Community contributions (Thank you!)
|
### :heart: Community contributions (Thank you!)
|
||||||
- Clarify message when inviting existing team members to make it more user-friendly and clear which invitations will be sent. [Taiga #11441](https://tree.taiga.io/project/penpot/issue/11441)
|
- Clarify message when inviting existing team members to make it more user-friendly and clear which invitations will be sent. [Taiga #11441](https://tree.taiga.io/project/penpot/issue/11441) by [@iprithvitharun](https://github.com/iprithvitharun)
|
||||||
|
- Update email change confirmation message for clarity and correct grammar. [GitHub #6786](https://github.com/penpot/penpot/issues/6786) by [@iprithvitharun](https://github.com/iprithvitharun)
|
||||||
|
|
||||||
### :sparkles: New features & Enhancements
|
### :sparkles: New features & Enhancements
|
||||||
- Add visual indicator for new comments in the workspace [Taiga #11328](https://tree.taiga.io/project/penpot/issue/11328)
|
- Add visual indicator for new comments in the workspace [Taiga #11328](https://tree.taiga.io/project/penpot/issue/11328)
|
||||||
|
|
|
@ -193,7 +193,7 @@
|
||||||
<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
|
<div
|
||||||
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
|
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
|
||||||
Click to the link below to confirm the change:</div>
|
Click the link below to confirm the change.</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -217,8 +217,7 @@
|
||||||
<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
|
<div
|
||||||
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
|
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
|
||||||
If you received this email by mistake, please consider changing your password for security
|
If you did not request this change, consider changing your password for security reasons.</div>
|
||||||
reasons.</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -2,12 +2,11 @@ Hello {{name|abbreviate:25}}!
|
||||||
|
|
||||||
We received a request to change your current email to {{ pending-email }}.
|
We received a request to change your current email to {{ pending-email }}.
|
||||||
|
|
||||||
Click to the link below to confirm the change:
|
Click the link below to confirm the change.
|
||||||
|
|
||||||
{{ public-uri }}/#/auth/verify-token?token={{token}}
|
{{ public-uri }}/#/auth/verify-token?token={{token}}
|
||||||
|
|
||||||
If you received this email by mistake, please consider changing your password
|
If you did not request this change, consider changing your password for security reasons.
|
||||||
for security reasons.
|
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
The Penpot team.
|
The Penpot team.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue