diff --git a/lnbits/templates/components.vue b/lnbits/templates/components.vue index 4e6b2168..70ebc8b1 100644 --- a/lnbits/templates/components.vue +++ b/lnbits/templates/components.vue @@ -648,7 +648,7 @@ include('components/lnbits-error.vue') %} dense filled v-model="walletName" - :label="$t('name_your_wallet', {name: '{{ SITE_TITLE }} *'})" + :label="$t('name_your_wallet', {name: SITE_TITLE + ' *'})" > @@ -885,7 +885,7 @@ include('components/lnbits-error.vue') %}
@@ -903,9 +903,7 @@ include('components/lnbits-error.vue') %} >
- +
@@ -926,7 +924,7 @@ include('components/lnbits-error.vue') %} :src=" keycloakIcon ? keycloakIcon - : `{{ static_url_for('static', 'images/keycloak-logo.png') }}` + : 'lnbits/static/images/keycloak-logo.png' " >