Skip to content

Commit

Permalink
update default cookie popup content text
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Dec 10, 2019
1 parent dfc0624 commit 81fee18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const View = ({ gdpr = {}, cookies = [] }) => {
left = false,
right = false,
title = 'Magic Privacy Information',
content = 'Cookie notice content. always shown.',
content = 'This app neither saves, collects, nor shares any data about you.',
noCookieButtonText = 'Awesome.',
allowAllCookiesButtonText = 'Allow all',
allowCookieButtonText = 'Allow selected',
Expand Down

0 comments on commit 81fee18

Please sign in to comment.