0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

fix titles & labels on sub button

Dieser Commit ist enthalten in:
merefield 2023-09-28 17:10:11 +01:00
Ursprung e17f90c5fd
Commit fdfccf51e2
2 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen

Datei anzeigen

@ -3,18 +3,18 @@
{{conditional-loading-spinner size="small" condition=unauthorizing}} {{conditional-loading-spinner size="small" condition=unauthorizing}}
<DButton <DButton
class="deauthorize" class="deauthorize"
@title="admin.wizard.subscription.deauthorize.title" @title=admin.wizard.subscription.deauthorize.title
@disabled={{unauthorizing}} @disabled={{unauthorizing}}
@action={{this.deauthorize}} @action={{this.deauthorize}}
> >
{{i18n "admin.wizard.subscription.deauthorize.label"}} {{i18n admin.wizard.subscription.deauthorize.label}}
</DButton> </DButton>
{{else}} {{else}}
<DButton <DButton
@icon="id-card" @icon="id-card"
class="btn-primary" class="btn-primary"
@label="admin.wizard.subscription.authorize.label" @label=admin.wizard.subscription.authorize.label
@title="admin.wizard.subscription.authorize.title" @title=admin.wizard.subscription.authorize.title
@action={{this.authorize}} @action={{this.authorize}}
/> />
{{/if}} {{/if}}

Datei anzeigen

@ -546,11 +546,11 @@ en:
subscription: subscription:
title: Subscriber Features title: Subscriber Features
authorize: authorize:
label: "Authorize" label: Authorize
title: Authorize your subscription on this site title: Authorize your subscription on this site
deauthorize: deauthorize:
label: "deauthorize" label: deauthorize
title: Deauthorize your subscription on this site title: Deauthorize your subscription on this site
subscribed: subscribed:
label: Subscribed label: Subscribed
title: You're subscribed and can use these features title: You're subscribed and can use these features