From 7520f569893b619dd827cfaf684b8b36529efa8e Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Fri, 28 Aug 2026 18:12:50 +0000 Subject: [PATCH] Update startos/interfaces.ts Use standard HTTP Web UI interface --- startos/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startos/interfaces.ts b/startos/interfaces.ts index 51f5399..0a368dc 100644 --- a/startos/interfaces.ts +++ b/startos/interfaces.ts @@ -12,7 +12,7 @@ export const setInterfaces = sdk.setupInterfaces(async ({ effects }) => { const ui = sdk.createInterface(effects, { name: i18n('Web Interface'), id: 'ui', - description: i18n('The main web interface'), + description: i18n('The web interface of Munin Bitcoin'), type: 'ui', masked: false, schemeOverride: null,