diff --git a/apps/web/src/components/repairs/LogRepairDialog.tsx b/apps/web/src/components/repairs/LogRepairDialog.tsx
index e7a008f..645670e 100644
--- a/apps/web/src/components/repairs/LogRepairDialog.tsx
+++ b/apps/web/src/components/repairs/LogRepairDialog.tsx
@@ -353,7 +353,7 @@ export function LogRepairDialog({ open, onOpenChange, onLogged }: LogRepairDialo
- Linking doesn't auto-close the FM — n8n handles that.
+ Linking doesn't auto-close the FM.
diff --git a/apps/web/src/components/webhooks/WebhookFormDialog.tsx b/apps/web/src/components/webhooks/WebhookFormDialog.tsx
index 5bbebc6..da1a059 100644
--- a/apps/web/src/components/webhooks/WebhookFormDialog.tsx
+++ b/apps/web/src/components/webhooks/WebhookFormDialog.tsx
@@ -91,7 +91,7 @@ export function WebhookFormDialog({
{editing ? 'Edit subscription' : 'New subscription'}
- Vector signs each delivery with HMAC-SHA256. The signing secret is shown once on create.
+ Each delivery is signed with HMAC-SHA256. The signing secret is shown once on create.
diff --git a/apps/web/src/pages/Fms.tsx b/apps/web/src/pages/Fms.tsx
index 16cc0e4..5a9f679 100644
--- a/apps/web/src/pages/Fms.tsx
+++ b/apps/web/src/pages/Fms.tsx
@@ -166,7 +166,7 @@ export default function Fms() {
setCreateOpen(true)}>
diff --git a/apps/web/src/pages/Hosts.tsx b/apps/web/src/pages/Hosts.tsx
index 1592046..7b9cf0f 100644
--- a/apps/web/src/pages/Hosts.tsx
+++ b/apps/web/src/pages/Hosts.tsx
@@ -139,7 +139,7 @@ export default function Hosts() {
setCreateOpen(true)}>
diff --git a/apps/web/src/pages/Manufacturers.tsx b/apps/web/src/pages/Manufacturers.tsx
index 66945ab..73f5f42 100644
--- a/apps/web/src/pages/Manufacturers.tsx
+++ b/apps/web/src/pages/Manufacturers.tsx
@@ -110,7 +110,7 @@ export default function Manufacturers() {
setCreateOpen(true)}>
diff --git a/apps/web/src/pages/PartModels.tsx b/apps/web/src/pages/PartModels.tsx
index 19dd2c2..86d437a 100644
--- a/apps/web/src/pages/PartModels.tsx
+++ b/apps/web/src/pages/PartModels.tsx
@@ -151,7 +151,7 @@ export default function PartModels() {
setCreateOpen(true)}>
diff --git a/apps/web/src/pages/admin/Webhooks.tsx b/apps/web/src/pages/admin/Webhooks.tsx
index e15ffaa..a07d6e2 100644
--- a/apps/web/src/pages/admin/Webhooks.tsx
+++ b/apps/web/src/pages/admin/Webhooks.tsx
@@ -142,7 +142,7 @@ export default function Webhooks() {