From 2bccc7b8fcd08882439d96a7d0c57dba974e052a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 8 Aug 2025 14:18:17 +0400 Subject: [PATCH] refac --- backend/open_webui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 71f13204db..5bf71309be 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1801,7 +1801,7 @@ async def get_manifest_json(): return { "name": app.state.WEBUI_NAME, "short_name": app.state.WEBUI_NAME, - "description": "Open WebUI is an open, extensible, user-friendly interface for AI that adapts to your workflow.", + "description": f"{app.state.WEBUI_NAME} is an open, extensible, user-friendly interface for AI that adapts to your workflow.", "start_url": "/", "display": "standalone", "background_color": "#343541",