From 8df1cc73b06d78e1dd436a2b7906edf136cfc0bb Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Tue, 8 Feb 2022 18:31:37 -0500 Subject: [PATCH] Update license-key.hbs --- gui/app/templates/components/customize/license-key.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/app/templates/components/customize/license-key.hbs b/gui/app/templates/components/customize/license-key.hbs index 03f71d72..2ff1049e 100644 --- a/gui/app/templates/components/customize/license-key.hbs +++ b/gui/app/templates/components/customize/license-key.hbs @@ -1,31 +1,31 @@
{{#if (eq subscription.status 0)}}

Enjoy the Documize free plan!

- + {{ui/ui-button color=constants.Color.Yellow light=true label="Upgrade Now"}} {{/if}} {{#if (eq subscription.status 1)}}

Nice, you have an active product subscription!

- + {{ui/ui-button color=constants.Color.Yellow light=true label="Change Plan"}} {{/if}} {{#if (eq subscription.status 2)}}

Hmm, your product subscription has expired

- + {{ui/ui-button color=constants.Color.Yellow light=true label="Renew"}} {{/if}} {{#if (eq subscription.status 3)}}

Hmm, {{subscription.activeUsers}} active user count exceeds permitted {{subscription.seats}} user limit

- + {{ui/ui-button color=constants.Color.Yellow light=true label="Upgrade"}} {{/if}} {{#if (eq subscription.status 4)}}

Hmm, your product subscription is not valid

- + {{ui/ui-button color=constants.Color.Yellow light=true label="Upgrade"}} {{/if}}