From 851ecb546fe964dbdf2201cfcfc59a205499f03e Mon Sep 17 00:00:00 2001 From: huyunan Date: Mon, 25 Mar 2024 06:41:58 +0000 Subject: [PATCH] Chiness to English --- js/comfyui-manager.js | 2 +- js/comfyui-share-common.js | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 52ee03ec..24250982 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -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); diff --git a/js/comfyui-share-common.js b/js/comfyui-share-common.js index 380130b6..6c0c3abf 100644 --- a/js/comfyui-share-common.js +++ b/js/comfyui-share-common.js @@ -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 esheep.com", + description: "Share & download thousands of ComfyUI workflows on esheep.com", onclick: () => { shareToEsheep(); this.close();