Skip to content

Commit 0c924f7

Browse files
authored
Correct peer approval tooltip (#307)
1 parent f29c915 commit 0c924f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/Settings.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,7 @@ export const Settings = () => {
909909
>
910910
Peer approval{" "}
911911
<Tooltip
912-
title="Peer approval requires that every newly added peer
913-
will require approval by an administrator before it can connect to other peers.
914-
You can approve peers in the peers tab."
912+
title="When enabled, every newly added peer will require approval by an administrator before it can connect to other peers. You can approve peers in the peers tab."
915913
>
916914
<Text
917915
style={{

0 commit comments

Comments
 (0)