Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
fix title
Dieser Commit ist enthalten in:
Ursprung
4007fd9c65
Commit
df9a3c6e6e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -3,7 +3,7 @@
|
|||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||
<DButton
|
||||
class="deauthorize"
|
||||
@title={{i18n "admin.wizard.subscription.deauthorize.title"}}
|
||||
@title={{"admin.wizard.subscription.deauthorize.title"}}
|
||||
@disabled={{unauthorizing}}
|
||||
@action={{this.deauthorize}}
|
||||
>
|
||||
|
|
Laden …
In neuem Issue referenzieren