Feature/add no auto-renewal hint to account membership page (#3795)

* Add hint
pull/3797/head
Thomas Kaul 3 months ago committed by GitHub
parent 7053aba2da
commit 20d709380a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,6 +56,10 @@
}
</div>
</div>
} @else {
<div class="mt-3 text-muted">
<small i18n>No auto-renewal.</small>
</div>
}
</div>
</div>

Loading…
Cancel
Save