diff --git a/interface/src/project/EMSESPSettingsController.tsx b/interface/src/project/EMSESPSettingsController.tsx
index f883aead6..e09808ff7 100644
--- a/interface/src/project/EMSESPSettingsController.tsx
+++ b/interface/src/project/EMSESPSettingsController.tsx
@@ -192,19 +192,8 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
value="api_enabled"
/>
}
- label="Enable WEB API (for write commands)"
+ label="Allow WEB API to write commands"
/>
-
-
-
-
-
Syslog
@@ -270,6 +259,21 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
label="Enable ADC"
/>
+
+ Other
+
+
+
+
+
+
+
} variant="contained" color="primary" type="submit">
Save