diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts
index 57eebf1473..0427199331 100644
--- a/src/panels/lovelace/hui-root.ts
+++ b/src/panels/lovelace/hui-root.ts
@@ -186,16 +186,20 @@ class HUIRoot extends LitElement {
`
: ""}
-
- ${this.hass!.localize(
- "ui.panel.lovelace.menu.configure_ui"
- )}
-
+ ${this.hass!.user!.is_admin
+ ? html`
+
+ ${this.hass!.localize(
+ "ui.panel.lovelace.menu.configure_ui"
+ )}
+
+ `
+ : ""}