diff --git a/CutList.Web/Components/Pages/Materials/Edit.razor b/CutList.Web/Components/Pages/Materials/Edit.razor
index 6bfe60a..51993e0 100644
--- a/CutList.Web/Components/Pages/Materials/Edit.razor
+++ b/CutList.Web/Components/Pages/Materials/Edit.razor
@@ -2,10 +2,11 @@
@page "/materials/{Id:int}"
@inject MaterialService MaterialService
@inject NavigationManager Navigation
+@using CutList.Core.Formatting
No stock lengths configured yet.
+Add common stock lengths for this material (e.g., 20', 24') to quickly populate project stock bins.
+ } + else + { +| Length | +Qty | +Notes | +Actions | +
|---|---|---|---|
| @ArchUnits.FormatFromInches((double)stock.LengthInches) | +@stock.Quantity | +@(stock.Notes ?? "-") | ++ + + | +