Fix welcome page welcome text selection (#1508)

This commit is contained in:
Chenlei Hu
2024-11-11 11:13:59 -05:00
committed by GitHub
parent 73bdbddf90
commit 64ef0f18b1
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,10 @@ import { createI18n } from 'vue-i18n'
const messages = {
en: {
welcome: {
title: 'Welcome to ComfyUI',
getStarted: 'Get Started'
},
install: {
installLocation: 'Install Location',
migration: 'Migration',