From 0650e89a1fc5fae5c7047101dafa3821b74099ec Mon Sep 17 00:00:00 2001 From: Samuel Yeung Date: Fri, 24 Sep 2021 13:18:15 -0400 Subject: [PATCH] reword warning message --- components/Form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Form.tsx b/components/Form.tsx index b2d48f6..0908da8 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -339,8 +339,8 @@ function Form(): JSX.Element { setIsDisabledAppleWallet(true); console.log('not safari') } else if (!isIOS) { - setWarningMessage('Only Safari is officially supported at the moment. ' + - 'Please download a compitable apps on other platform to open .pkpass'); + setWarningMessage('Only Safari on iOS is officially supported for Wallet import at the moment - ' + + 'for other platforms, please ensure you have an application which can open Apple Wallet .pkpass files'); setIsDisabledAppleWallet(false); } }