From 52294bef4cc5a3cd52bdf0c0c926a925438ce676 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Mon, 4 May 2020 23:51:28 -0400 Subject: [PATCH] Minor copy changes --- free-sidecar/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-sidecar/ContentView.swift b/free-sidecar/ContentView.swift index ef11197..51bc740 100644 --- a/free-sidecar/ContentView.swift +++ b/free-sidecar/ContentView.swift @@ -139,7 +139,7 @@ struct ContentView: View { .padding(.trailing, 20) }.padding() VStack { - Text("8. Sign the patched SidecarCore (in Terminal) (For macOS Catalina 10.15.4+ users, please refer the README for special instructions):") + Text("8. Sign the patched SidecarCore (in Terminal) (If you are on macOS Catalina 10.15.4+, please refer to step 8 of the README for special instructions):") TextField("", text: $sign) .font(.system(size: 10, design: .monospaced)) .padding(.leading, 20)