mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-01 06:27:00 +02:00
fix: spelling mistake and add clarity in email template (#824)
* fix: Fix spelling mistake Change "in a hour" to "in an hour" in config.example.yaml and config.seed.ts * fix: Add clarity in email template Change shareRecipientsMessage template by splitting the call to action part of sentence to make the language more clear.
This commit is contained in:
@@ -89,7 +89,7 @@ export const configVariables = {
|
|||||||
shareRecipientsMessage: {
|
shareRecipientsMessage: {
|
||||||
type: "text",
|
type: "text",
|
||||||
defaultValue:
|
defaultValue:
|
||||||
"Hey!\n\n{creator} ({creatorEmail}) shared some files with you, view or download the files with this link: {shareUrl}\n\nThe share will expire {expires}.\n\nNote: {desc}\n\nShared securely with Pingvin Share 🐧",
|
"Hey!\n\n{creator} ({creatorEmail}) shared some files with you. You can view or download the files with this link: {shareUrl}\n\nThe share will expire {expires}.\n\nNote: {desc}\n\nShared securely with Pingvin Share 🐧",
|
||||||
},
|
},
|
||||||
reverseShareSubject: {
|
reverseShareSubject: {
|
||||||
type: "string",
|
type: "string",
|
||||||
@@ -107,7 +107,7 @@ export const configVariables = {
|
|||||||
resetPasswordMessage: {
|
resetPasswordMessage: {
|
||||||
type: "text",
|
type: "text",
|
||||||
defaultValue:
|
defaultValue:
|
||||||
"Hey!\n\nYou requested a password reset. Click this link to reset your password: {url}\nThe link expires in a hour.\n\nPingvin Share 🐧",
|
"Hey!\n\nYou requested a password reset. Click this link to reset your password: {url}\nThe link expires in an hour.\n\nPingvin Share 🐧",
|
||||||
},
|
},
|
||||||
inviteSubject: {
|
inviteSubject: {
|
||||||
type: "string",
|
type: "string",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ email:
|
|||||||
Hey!
|
Hey!
|
||||||
|
|
||||||
|
|
||||||
{creator} ({creatorEmail}) shared some files with you, view or download the
|
{creator} ({creatorEmail}) shared some files with you. You can view or download the
|
||||||
files with this link: {shareUrl}
|
files with this link: {shareUrl}
|
||||||
|
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ email:
|
|||||||
You requested a password reset. Click this link to reset your password:
|
You requested a password reset. Click this link to reset your password:
|
||||||
{url}
|
{url}
|
||||||
|
|
||||||
The link expires in a hour.
|
The link expires in an hour.
|
||||||
|
|
||||||
|
|
||||||
Pingvin Share 🐧
|
Pingvin Share 🐧
|
||||||
|
|||||||
Reference in New Issue
Block a user