Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
copy updates
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Anema <tim.anema@shopify.com>
  • Loading branch information
ayronshopify and Tim Anema committed May 1, 2020
1 parent 43d0049 commit 8dcff18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import requestStorageAccess from './client/request-storage-access';
import storageAccessHelper from './client/storage-access-helper';
import Error from './errors';

const HEADING = 'Your browser needs to authenticate this app';
const HEADING = 'This app needs access to your browser data';
const BODY =
'Your browser requires apps to ask you for access to cookies before Shopify can open it for you.';
'Your browser is blocking this app from accessing your data. To continue using this app, click Continue, then click Allow if the browser prompts you.';
const ACTION = 'Continue';

export default function createRequestStorageAccess({
Expand Down

0 comments on commit 8dcff18

Please sign in to comment.