diff --git a/Shared (App)/GettingStartediPad.swift b/Shared (App)/GettingStartediPad.swift index e11a325..c9bb7f2 100644 --- a/Shared (App)/GettingStartediPad.swift +++ b/Shared (App)/GettingStartediPad.swift @@ -18,7 +18,7 @@ struct GettingStartediPad: View { .foregroundColor(.accentColor) Text("") Text(""" -Upon installation of the app, go to **Settings -> Safari -> Extensions** and enable **Nostash**. Open Safari and look in the toolbar, where you will see the \(Image(systemName: "puzzlepiece.extension")) icon: +Upon installation of the app, go to **Settings -> Apps -> Safari -> Extensions** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "puzzlepiece.extension")) icon: """) .padding([.horizontal, .top], 20) diff --git a/Shared (App)/GettingStartediPhone.swift b/Shared (App)/GettingStartediPhone.swift index a755500..73d1628 100644 --- a/Shared (App)/GettingStartediPhone.swift +++ b/Shared (App)/GettingStartediPhone.swift @@ -17,7 +17,7 @@ struct GettingStartediPhone: View { .font(.title) .foregroundColor(.accentColor) Spacer(minLength: 20.0) - Text("Upon installation of the app, goto **Settings -> Safari -> Extension** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "textformat.size")) icon:") + Text("Upon installation of the app, go to **Settings -> Apps -> Safari -> Extensions** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "textformat.size")) icon:") .padding([.horizontal, .top], 20) Image("iphone-url-bar")