From d9b045c526fd6a35ad71fa7737cd1746c6177959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 5 Dec 2025 08:35:00 +0100 Subject: [PATCH] chore: clean components.vue from jinja rendering (#3621) --- lnbits/templates/components.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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' " >