diff --git a/qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js b/qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js index 492a0782..3a3696d0 100644 --- a/qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js +++ b/qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js @@ -441,6 +441,13 @@ class SponsorshipList extends LitElement {
+ ${this.sponsorships.length === 0 ? html` +
+

${translate("sponsorshipspage.schange9")}

+
+ ` : ''} + ${this.sponsorships.length > 0 ? + html`

${translate("sponsorshipspage.schange1")}

@@ -460,7 +467,7 @@ class SponsorshipList extends LitElement {
- + ${this.sponsorships.map( (sponsorship) => html`