diff --git a/apps/fabro-web/app/components/automation-form.tsx b/apps/fabro-web/app/components/automation-form.tsx
index d2c820e30..5f79f4a78 100644
--- a/apps/fabro-web/app/components/automation-form.tsx
+++ b/apps/fabro-web/app/components/automation-form.tsx
@@ -153,22 +153,16 @@ export function AutomationFormFields({
className={INPUT_CLASS}
/>
- Slug}
- help={
- lockIdAndTarget ? (
- "The slug cannot be changed after creation."
- ) : (
+ {lockIdAndTarget ? null : (
+ Slug}
+ help={
<>
Identifier used in the URL:{" "}
/automations/{values.id || ""}
>
- )
- }
- >
- {lockIdAndTarget ? (
- {values.id}
- ) : (
+ }
+ >
- )}
-
+
+ )}
Description} help="A short summary teammates will see when browsing automations.">