0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
merefield 2023-09-28 12:27:49 +01:00
Ursprung c0082b82b9
Commit 4422badf6a
2 geänderte Dateien mit 9 neuen und 5 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

@ -545,8 +545,12 @@ en:
subscription:
title: Subscriber Features
authorize: "Authorize Subscription"
deauthorize: "deauthorize Subscription"
authorize:
label: "Authorize"
title: “Authorize your subscription on this site”
deauthorize:
label: "deauthorize"
title: “Deauthorize your subscription on this site”
subscribed:
label: Subscribed
title: You're subscribed and can use these features