mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Server: Clarify beta transition message
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{{#showBetaMessage}}
|
||||
<div class="notification is-warning">
|
||||
<p class="block">This is a free beta account that will expire in <strong>{{betaExpiredDays}} day(s).</strong></p>
|
||||
<p class="block">To continue using it after this date, please start the subscription by clicking on the button below.</p>
|
||||
<p class="block">From the next screen, select either monthly or yearly payments and click "Buy now".</p>
|
||||
<p class="block">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".</p>
|
||||
<p class="block">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.</p>
|
||||
<a href="{{{betaStartSubUrl}}}" class="button is-link">Start Subscription</a>
|
||||
</div>
|
||||
{{/showBetaMessage}}
|
||||
|
||||
Reference in New Issue
Block a user