Skip to content

Commit

Permalink
Update src/components/Agents/InstallAgentModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Immerman <[email protected]>
  • Loading branch information
mainawycliffe and moshloop authored Oct 19, 2023
1 parent 58cf364 commit 353b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Agents/InstallAgentModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function InstallAgentModal({
}: Props) {
return (
<Modal
title={"Instructions to install the agent"}
title={"Installation Instructions"}
onClose={onClose}
open={isOpen}
bodyClass="flex flex-col w-full flex-1 h-full overflow-y-auto"
Expand Down

0 comments on commit 353b30f

Please sign in to comment.