From c14a219758c6f9afe68ff0d39d4a5e0e2c8569e8 Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 30 Jan 2020 14:56:55 +0700 Subject: [PATCH] fix typo --- templates/emails/trial-end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/trial-end.html b/templates/emails/trial-end.html index f94ff4b0..3186c8dd 100644 --- a/templates/emails/trial-end.html +++ b/templates/emails/trial-end.html @@ -11,7 +11,7 @@ {{ render_text("When the trial ends:") }} - {{ render_text("- All aliases/domains/directories you have created and kept and continue working.") }} + {{ render_text("- All aliases/domains/directories you have created are kept and continue working.") }} {{ render_text("- You cannot create new aliases if you exceed the free plan limit, i.e. have more than 5 aliases.") }} {{ render_text("- As features like catch-all or directory allow you to create aliases on-the-fly, those aliases cannot be automatically created if you have more than 5 aliases.") }} {{ render_text("- You cannot add new domain or directory.") }}