Skip to content

Commit f4b28d5

Browse files
Fix typo in routes modal
1 parent b4b6d92 commit f4b28d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/routes/RouteModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export function RouteModalContent({
488488
<div>
489489
<HelpText>
490490
Assign a peer group with Linux machines to be used as
491-
{exitNode ? " exit nodes." : "routing peers."}
491+
{exitNode ? " exit nodes." : " routing peers."}
492492
</HelpText>
493493
<PeerGroupSelector
494494
max={1}

0 commit comments

Comments
 (0)