locale changes
Dieser Commit ist enthalten in:
Ursprung
c0082b82b9
Commit
4422badf6a
2 geänderte Dateien mit 9 neuen und 5 gelöschten Zeilen
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren