Skip to content

Commit

Permalink
Update RouteModal.tsx
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
juliaroesschen authored Jun 27, 2024
1 parent b4b6d92 commit fc5d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/routes/RouteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export function RouteModalContent({
<div>
<HelpText>
Assign a peer group with Linux machines to be used as
{exitNode ? " exit nodes." : "routing peers."}
{exitNode ? " exit nodes." : " routing peers."}
</HelpText>
<PeerGroupSelector
max={1}
Expand Down

0 comments on commit fc5d652

Please sign in to comment.