Chiness to English

This commit is contained in:
huyunan 2024-03-25 06:41:58 +00:00
parent 49f3b27022
commit 851ecb546f
2 changed files with 3 additions and 4 deletions

View File

@ -1175,7 +1175,7 @@ class ManagerMenuDialog extends ComfyDialog {
},
},
{
title: "Open 'esheep 电子羊'",
title: "Open 'esheep'",
callback: () => {
const url = "https://www.esheep.com";
localStorage.setItem("wg_last_visited", url);

View File

@ -272,10 +272,9 @@ export class ShareDialogChooser extends ComfyDialog {
const buttons = [
{
key: "esheep",
textContent: "eSheep 电子羊",
textContent: "eSheep",
website: "https://www.esheep.com",
description: "在电子羊社区体验工作流免费分享与下载 \n\
Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
description: "Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
onclick: () => {
shareToEsheep();
this.close();