mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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".
This commit is contained in:
parent
3d8458992c
commit
c250717320
1 changed files with 4 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ export default function MobileInstallHelp({
|
|||
},
|
||||
}}
|
||||
>
|
||||
Install Omnivore for iOS
|
||||
Install Omnivore for iOS and macOS
|
||||
</StyledText>
|
||||
</Box>
|
||||
<StyledText
|
||||
|
|
@ -143,8 +143,8 @@ export default function MobileInstallHelp({
|
|||
},
|
||||
}}
|
||||
>
|
||||
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.
|
||||
<br />
|
||||
{!onboarding && (
|
||||
<StyledAnchor
|
||||
|
|
@ -158,7 +158,7 @@ export default function MobileInstallHelp({
|
|||
textDecoration: 'underline',
|
||||
}}
|
||||
>
|
||||
Learn more about the iOS app ->
|
||||
Learn more about the iOS and macOS app ->
|
||||
</StyledAnchor>
|
||||
)}
|
||||
</StyledText>
|
||||
|
|
|
|||
Loading…
Reference in a new issue