diff options
| author | Frederick Muriuki Muriithi | 2025-03-14 10:54:15 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-03-14 10:54:15 -0500 |
| commit | c70188b307138dde2f618fb846ac57cd1cc418fb (patch) | |
| tree | f2b102d5f80e4d4dec83c47844f55af691c0f529 /gn_auth/templates/emails/forgot-password.html | |
| parent | bb6a77dfcb553fcabfff8a3337a569f9e30b6f16 (diff) | |
| download | gn-auth-c70188b307138dde2f618fb846ac57cd1cc418fb.tar.gz | |
Make display of number of minutes more human-friendly.
Diffstat (limited to 'gn_auth/templates/emails/forgot-password.html')
| -rw-r--r-- | gn_auth/templates/emails/forgot-password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/templates/emails/forgot-password.html b/gn_auth/templates/emails/forgot-password.html index e40ebb8..5f16a02 100644 --- a/gn_auth/templates/emails/forgot-password.html +++ b/gn_auth/templates/emails/forgot-password.html @@ -24,7 +24,7 @@ </p> <p style="font-weight: bold;color: #ee55ee;"> - The link will expire in <strong>{{expiration_minutes}}</strong> minutes. + The link will expire in <strong>{{expiration_minutes}}</strong>. </p> <hr /> |
