Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/screens/Qualification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ export function Qualification({
className="input"
value={application}
onChange={(event) => setApplication(event.target.value)}
placeholder="Accuro"
placeholder="Target application"
/>
</div>
<div className="field">
Expand All @@ -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"
/>
<span className="page-sub">
SHA-256 of the trimmed UTF-8 identifier. Configure the
Expand Down Expand Up @@ -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}
/>
Expand Down Expand Up @@ -1664,7 +1664,7 @@ export function Qualification({
{!parameters.length ? (
<Callout tone="warn" title="Workflow parameters required">
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.
</Callout>
) : (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/ExecutionTargetForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function TargetFields({
onChange={(event) =>
setField("rdp_readiness_text", event.target.value)
}
placeholder="Patient Search"
placeholder="Record Search"
/>
</Field>
<RemoteWindowFields
Expand Down