From f8e5ecc7cdddaeb93d47ea654e370f5127c9c983 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Tue, 20 May 2025 19:20:42 -0400 Subject: [PATCH] Fix getting started instructions for iPhone and iPad --- Shared (App)/GettingStartediPad.swift | 2 +- Shared (App)/GettingStartediPhone.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")