diff --git a/lnbits/core/templates/admin/_tab_theme.html b/lnbits/core/templates/admin/_tab_theme.html index a4fb5e57..3cd0fa7e 100644 --- a/lnbits/core/templates/admin/_tab_theme.html +++ b/lnbits/core/templates/admin/_tab_theme.html @@ -83,7 +83,7 @@ filled type="text" tip="Custom Badge" - v-model="formData.lnbits_custom_badge" + v-model.trim="formData.lnbits_custom_badge" label="Custom Badge 'USE WITH CAUTION - LNbits wallet is still in BETA'" > diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 4fbab08a..99479c23 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -67,10 +67,11 @@ {%endif%} {% if LNBITS_CUSTOM_BADGE is defined %} {%endif%} {% if LNBITS_SERVICE_FEE > 0 %}