From 5b3401b8dd98b1cba2e302635c150c3c18cd4eab Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 9 Dec 2025 08:27:02 +0900 Subject: [PATCH] [backport core/1.33] Fix/vue nodes banner text (#7242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7007 to `core/1.33` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7242-backport-core-1-33-Fix-vue-nodes-banner-text-2c36d73d3650816d8356c5956102f4d9) by [Unito](https://www.unito.io) Co-authored-by: Simula_r <18093452+simula-r@users.noreply.github.com> --- src/components/topbar/TryVueNodeBanner.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/topbar/TryVueNodeBanner.vue b/src/components/topbar/TryVueNodeBanner.vue index 48d338249..17e22ba93 100644 --- a/src/components/topbar/TryVueNodeBanner.vue +++ b/src/components/topbar/TryVueNodeBanner.vue @@ -3,7 +3,7 @@ v-if="showVueNodesBanner" class="pointer-events-auto relative w-full h-10 bg-gradient-to-r from-blue-600 to-blue-700 flex items-center justify-center px-4" > -
+
{{ $t('vueNodesBanner.title') }}