From c250717320dfb72c404bcab3fa7effb34f714f1e Mon Sep 17 00:00:00 2001 From: Jeff Bowen <272795+jeffbowen@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:36:30 +1000 Subject: [PATCH 1/2] Add "macOS" to "Omnivore for iOS" app name Currently on the Install page Omnivore refers to the "Omnivore for iOS" app but as that app seems to be a universal app for iOS *and* macOS, it should probably be referred to as "Omnivore for iOS and macOS". --- packages/web/components/elements/MobileInstallHelp.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/web/components/elements/MobileInstallHelp.tsx b/packages/web/components/elements/MobileInstallHelp.tsx index 42bd0d7cc..8b40bb1e3 100644 --- a/packages/web/components/elements/MobileInstallHelp.tsx +++ b/packages/web/components/elements/MobileInstallHelp.tsx @@ -118,7 +118,7 @@ export default function MobileInstallHelp({ }, }} > - Install Omnivore for iOS + Install Omnivore for iOS and macOS - With the Omnivore iOS app installed you can save any link using our - share extension. + With the Omnivore for iOS and macOS app installed you can save any link + using our share extension.
{!onboarding && ( - Learn more about the iOS app -> + Learn more about the iOS and macOS app -> )}
From 25ec04c578bcfd3da4692828ff8af40228a80c1c Mon Sep 17 00:00:00 2001 From: Jeff Bowen <272795+jeffbowen@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:38:59 +1000 Subject: [PATCH 2/2] Capitalize "Share" in "Share extension" Apple capitalizes "Share" in "Share extension" when referring to Share extensions. https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html --- packages/web/components/elements/MobileInstallHelp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/elements/MobileInstallHelp.tsx b/packages/web/components/elements/MobileInstallHelp.tsx index 8b40bb1e3..1aa9736ac 100644 --- a/packages/web/components/elements/MobileInstallHelp.tsx +++ b/packages/web/components/elements/MobileInstallHelp.tsx @@ -144,7 +144,7 @@ export default function MobileInstallHelp({ }} > With the Omnivore for iOS and macOS app installed you can save any link - using our share extension. + using our Share extension.
{!onboarding && (