Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Feb 6, 2025
1 parent 2f1d518 commit 68a8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/pkg/email/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (c *Client) SendSubscriptionEnded(opts *SubscriptionEnded) error {
PreButton: template.HTML(fmt.Sprintf(`
Your cancelled subscription for <b>%s</b> has ended and its projects are now <a href="https://docs.rilldata.com/home/FAQ#what-is-project-hibernation">hibernating</a>. We hope you enjoyed using Rill Cloud during your time with us.
<br /><br />
If you’d like to reactive your subscription and regain access, you can easily do so at any time by renewing your subscription from here:
If you’d like to reactivate your subscription and regain access, you can easily do so at any time by renewing your subscription from here:
`, opts.OrgName)),
ButtonText: "Billing Settings",
ButtonLink: opts.BillingURL,
Expand Down

0 comments on commit 68a8d28

Please sign in to comment.