Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
fix titles & labels on sub button
Dieser Commit ist enthalten in:
Ursprung
e17f90c5fd
Commit
fdfccf51e2
2 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren