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}}
<DButton
class="deauthorize"
@title="admin.wizard.subscription.deauthorize.title"
@title=admin.wizard.subscription.deauthorize.title
@disabled={{unauthorizing}}
@action={{this.deauthorize}}
>
{{i18n "admin.wizard.subscription.deauthorize.label"}}
{{i18n admin.wizard.subscription.deauthorize.label}}
</DButton>
{{else}}
<DButton
@icon="id-card"
class="btn-primary"
@label="admin.wizard.subscription.authorize.label"
@title="admin.wizard.subscription.authorize.title"
@label=admin.wizard.subscription.authorize.label
@title=admin.wizard.subscription.authorize.title
@action={{this.authorize}}
/>
{{/if}}

Datei anzeigen

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