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();