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:
Pranav
2025-04-29 12:04:47 +05:30
committed by GitHub
parent 8ddee32664
commit af047c0bc1
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ email:
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}
@@ -75,7 +75,7 @@ email:
You requested a password reset. Click this link to reset your password:
{url}
The link expires in a hour.
The link expires in an hour.
Pingvin Share 🐧