From 10d3fa150ce6f974c7999e4f3f1b1e2be6461530 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 20 Mar 2020 21:23:15 -0700 Subject: [PATCH] Better copy --- Secretive/Views/SetupView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secretive/Views/SetupView.swift b/Secretive/Views/SetupView.swift index 7a49e7d..b70a870 100644 --- a/Secretive/Views/SetupView.swift +++ b/Secretive/Views/SetupView.swift @@ -14,7 +14,7 @@ struct SetupView: View { actionText: "Install") { self.installLaunchAgent() } - SetupStepView(text: "You need to add a line to your shell config (.bashrc or .zshrc) telling SSH to talk to SecretAgent when it wants to authenticate. Drag this into your config file.", + SetupStepView(text: "Add this line to your shell config (.bashrc or .zshrc) telling SSH to talk to SecretAgent when it wants to authenticate. Drag this into your config file.", index: 2, nestedView: SetupStepCommandView(text: Constants.socketPrompt), actionText: "Added") {