From c70188b307138dde2f618fb846ac57cd1cc418fb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Mar 2025 10:54:15 -0500 Subject: Make display of number of minutes more human-friendly. --- gn_auth/templates/emails/forgot-password.html | 2 +- gn_auth/templates/emails/forgot-password.txt | 2 +- gn_auth/templates/emails/verify-email.html | 2 +- gn_auth/templates/emails/verify-email.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gn_auth/templates/emails') 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 @@
- The link will expire in {{expiration_minutes}} minutes. + The link will expire in {{expiration_minutes}}.
Please note that the verification code will expire in - {{expiration_minutes}} minutes after it was generated. + {{expiration_minutes}} after it was generated.