diff --git a/packages/server/src/views/emails/endOfBetaTemplate.ts b/packages/server/src/views/emails/endOfBetaTemplate.ts index 8bfb1693ac..492229e2d5 100644 --- a/packages/server/src/views/emails/endOfBetaTemplate.ts +++ b/packages/server/src/views/emails/endOfBetaTemplate.ts @@ -14,9 +14,9 @@ export default function(view: TemplateView): EmailSubjectBody { Your ${config().appName} beta account is expired. -To continue using it, please start the subscription by following the link below. +To continue using it, please start the subscription by following the link below. From that page, select either monthly or yearly payments and click "Buy now". -From that page, select either monthly or yearly payments and click "Buy now". +Note that remaining days on the beta trial period will be transferred to the new subscription, so you will not lose any trial day. It means you do not need to wait till the last day to start the subscription. ${view.startSubUrl} @@ -31,9 +31,9 @@ If you have any question please contact support at ${config().supportEmail}. Your ${config().appName} beta account will expire in ${view.expireDays} days. -To continue using it after this date, please start the subscription by following the link below. +To continue using it after this date, please start the subscription by following the link below. From that page, select either monthly or yearly payments and click "Buy now". -From that page, select either monthly or yearly payments and click "Buy now". +Note that remaining days on the beta trial period will be transferred to the new subscription, so you will not lose any trial day. It means you do not need to wait till the last day to start the subscription. ${view.startSubUrl} diff --git a/packages/server/src/views/index/home.mustache b/packages/server/src/views/index/home.mustache index e486ef9469..41055edd5c 100644 --- a/packages/server/src/views/index/home.mustache +++ b/packages/server/src/views/index/home.mustache @@ -1,8 +1,8 @@ {{#showBetaMessage}}
This is a free beta account that will expire in {{betaExpiredDays}} day(s).
-To continue using it after this date, please start the subscription by clicking on the button below.
-From the next screen, select either monthly or yearly payments and click "Buy now".
+To continue using it after this date, please start the subscription by clicking on the button below. From the next screen, select either monthly or yearly payments and click "Buy now".
+Note that remaining days on the beta trial period will be transferred to the new subscription, so you will not lose any trial day. It means you do not need to wait till the last day to start the subscription.
Start Subscription