diff --git a/src/screens/Qualification.tsx b/src/screens/Qualification.tsx index 0c08d3d..f84071f 100644 --- a/src/screens/Qualification.tsx +++ b/src/screens/Qualification.tsx @@ -696,7 +696,7 @@ export function Qualification({ className="input" value={application} onChange={(event) => setApplication(event.target.value)} - placeholder="Accuro" + placeholder="Target application" />
@@ -720,7 +720,7 @@ export function Qualification({ className="input" value={environmentLabel} onChange={(event) => setEnvironmentLabel(event.target.value)} - placeholder="clinic-test-citrix-vda" + placeholder="test-citrix-vda" /> SHA-256 of the trimmed UTF-8 identifier. Configure the @@ -1350,8 +1350,8 @@ export function Qualification({ signal.source === "session" ? "64-character session digest" : signal.source === "application" - ? "accuro or https://app.example" - : "patient-chart" + ? "target-app or https://app.example" + : "record-detail" } spellCheck={false} /> @@ -1664,7 +1664,7 @@ export function Qualification({ {!parameters.length ? ( Add typed workflow parameters before binding a reusable effect. - OpenAdapt will not seal a patient or account literal into this form. + OpenAdapt will not seal a live identity literal into this form. ) : ( <> diff --git a/src/ui/ExecutionTargetForm.tsx b/src/ui/ExecutionTargetForm.tsx index 294bd14..136d197 100644 --- a/src/ui/ExecutionTargetForm.tsx +++ b/src/ui/ExecutionTargetForm.tsx @@ -444,7 +444,7 @@ function TargetFields({ onChange={(event) => setField("rdp_readiness_text", event.target.value) } - placeholder="Patient Search" + placeholder="Record Search" />