diff --git a/lnbits/core/templates/admin/_tab_theme.html b/lnbits/core/templates/admin/_tab_theme.html index c0a4d605d..b952fc47e 100644 --- a/lnbits/core/templates/admin/_tab_theme.html +++ b/lnbits/core/templates/admin/_tab_theme.html @@ -61,8 +61,8 @@ v-model="formData.lnbits_denomination" label="sats" :hint="$t('denomination_hint')" + :rules="[(val) => !val || val.length == 3 || val == 'sats' || $t('denomination_error')]" > -