From fbc9d4b9c4afb4005c6c4074a3bb5d38a51313ad Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 11 Sep 2026 09:20:15 +0000 Subject: [PATCH] fix: restore email says billing continues the paid period --- mail/templates/accountrestored.html.tmpl | 2 +- mail/templates/accountrestored.txt.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/templates/accountrestored.html.tmpl b/mail/templates/accountrestored.html.tmpl index 9973ce6..67da59a 100644 --- a/mail/templates/accountrestored.html.tmpl +++ b/mail/templates/accountrestored.html.tmpl @@ -2,6 +2,6 @@ {{define "title"}}Your account is restored{{end}} {{define "body"}} {{template "lead" (printf "The dispute for %s is resolved and your account is restored." .AccountName)}} -{{template "p" "Sign-in works again and cloud instances are back online. Billing has resumed and starts a new period from today."}} +{{template "p" "Sign-in works again and cloud instances are back online. Billing has resumed on the period you already paid for, so there is no charge today."}} {{template "p" "You will need to sign in again."}} {{end}} diff --git a/mail/templates/accountrestored.txt.tmpl b/mail/templates/accountrestored.txt.tmpl index e70557b..75664e6 100644 --- a/mail/templates/accountrestored.txt.tmpl +++ b/mail/templates/accountrestored.txt.tmpl @@ -3,6 +3,6 @@ {{define "title"}}Your account is restored{{end}} {{define "body"}} {{template "lead" (printf "The dispute for %s is resolved and your account is restored." .AccountName)}} -{{template "p" "Sign-in works again and cloud instances are back online. Billing has resumed and starts a new period from today."}} +{{template "p" "Sign-in works again and cloud instances are back online. Billing has resumed on the period you already paid for, so there is no charge today."}} {{template "p" "You will need to sign in again."}} {{end}}