From 33a9cbb5b05e3bba378c77d1e27464b6324581b2 Mon Sep 17 00:00:00 2001 From: McMatts Date: Mon, 14 Mar 2022 14:33:54 -0400 Subject: [PATCH] Update licensing links --- .../components/customize/license-key.hbs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gui/app/templates/components/customize/license-key.hbs b/gui/app/templates/components/customize/license-key.hbs index 33a7bbc8..3d4d5ce3 100644 --- a/gui/app/templates/components/customize/license-key.hbs +++ b/gui/app/templates/components/customize/license-key.hbs @@ -1,32 +1,32 @@
{{#if (eq subscription.status 0)}}

Enjoy the Documize free plan!

- - {{ui/ui-button color=constants.Color.Yellow light=true label="Upgrade Now"}} + + {{ui/ui-button color=constants.Color.Yellow light=true label="Pay for product support"}} {{/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"}} + + {{ui/ui-button color=constants.Color.Yellow light=true label="Pay for product support"}} {{/if}} {{#if (eq subscription.status 2)}}

Hmm, your product subscription has expired

- - {{ui/ui-button color=constants.Color.Yellow light=true label="Renew"}} + + {{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}} {{/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"}} + + {{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}} {{/if}} {{#if (eq subscription.status 4)}}

Hmm, your product subscription is not valid

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