From 0c5eac894fdd630900406465fdd55fab12bea0f6 Mon Sep 17 00:00:00 2001 From: David Edler Date: Fri, 1 Dec 2023 08:34:50 +0100 Subject: [PATCH] Update src/pages/settings/Settings.tsx Co-authored-by: Michele Lo Russo --- src/pages/settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings/Settings.tsx b/src/pages/settings/Settings.tsx index 5bd61ea032..ff7a2ce86d 100644 --- a/src/pages/settings/Settings.tsx +++ b/src/pages/settings/Settings.tsx @@ -68,7 +68,7 @@ const Settings: FC = () => { key: "user.ui_title", category: "user", default: "", - shortdesc: "Title for LXD-UI in the browser. Shows hostname when unset.", + shortdesc: "Title for the LXD-UI web page. Shows the hostname when unset.", type: "string", });