fix: restore email says billing continues the paid period

This commit is contained in:
2026-09-11 09:20:15 +00:00
parent 50ab63ff13
commit fbc9d4b9c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}}
+1 -1
View File
@@ -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}}