diff --git a/src/containers/internal/views/least-cost-routing/add.tsx b/src/containers/internal/views/least-cost-routing/add.tsx index 6e45494..37f36fb 100644 --- a/src/containers/internal/views/least-cost-routing/add.tsx +++ b/src/containers/internal/views/least-cost-routing/add.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { H1 } from "@jambonz/ui-kit"; +import { H1, M } from "@jambonz/ui-kit"; import { LcrForm } from "./form"; @@ -7,6 +7,12 @@ export const AddLcr = () => { return ( <>

Add outbound call routes

+
+ + Outbound call routing is used to select a carrier when there are + multiple carriers available. + +
); diff --git a/src/containers/internal/views/least-cost-routing/edit.tsx b/src/containers/internal/views/least-cost-routing/edit.tsx index 1e29f12..bc2547c 100644 --- a/src/containers/internal/views/least-cost-routing/edit.tsx +++ b/src/containers/internal/views/least-cost-routing/edit.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { H1 } from "@jambonz/ui-kit"; +import { H1, M } from "@jambonz/ui-kit"; import LcrForm from "./form"; import { useApiData } from "src/api"; import { Lcr, LcrRoute } from "src/api/types"; @@ -15,6 +15,12 @@ export const EditLcr = () => { return ( <>

Edit outbound call routes

+
+ + Outbound call routing is used to select a carrier when there are + multiple carriers available. + +