{t("Authorized customer scope")}
{t("Customer entities available to this account.")}
+{t("Customer entities available to this account.")}
{error ?{error}
: null} {master === null && !error ?{t("Loading customer master...")}
: null} {master?.corporate_entities.length === 0 ? ( @@ -4321,7 +4321,7 @@ function CustomerMasterPanel({ {master && (master.relationship_network ?? []).length > 0 ? (+
{t("A counterparty can hold more than one role over time -- a customer in one post can be a competitor, supplier, or partner in another. Every role observed for a name is listed, not just the most frequent.")}
+
{t("Source identifiers are hints only; ontology and semantic evidence must resolve them before binding a customer.")}
{master.source_customer_hints.length > HINT_RENDER_LIMIT && ( @@ -4494,10 +4494,10 @@ function AskAgentPanel({ } return ( -{t("Evidence-grounded questions")}
{t("Questions use authorized posts and their evidence.")}
+{t("Questions use authorized posts and their evidence.")}
{error ?{error}
: null}