featherbit UI
    Preparing search index...

    Variable AVAILABILITY_MESSAGEConst

    AVAILABILITY_MESSAGE: Record<Exclude<Availability, "ok">, string> = ...

    Exact copy for each non-ok Availability, shown in both VarInput's popover footer and TemplateEditorModal's footer (Task 2) — lives here rather than in either component file so the two share one copy without either importing a non-component value from the other (which would trip react-refresh/only-export-components on whichever component file it lived in).