Skip to content

Commit

Permalink
fix: Changing "mange" to "manage"
Browse files Browse the repository at this point in the history
  • Loading branch information
honzie committed Apr 30, 2021
1 parent 6e5d28d commit 4e5435a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/CookieBannerContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CookieBannerContent extends React.Component {
policyLink = '/#',
privacyPolicyLinkText = 'Privacy Policy',
acceptButtonText = 'Accept all',
managePreferencesButtonText = 'Mange my cookies',
managePreferencesButtonText = 'Manage my cookies',
savePreferencesButtonText = 'Save and close',
onConfirm = () => {},
onAcceptAll = () => {},
Expand Down
2 changes: 1 addition & 1 deletion src/components/CookieBannerContent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('CookieBannerContent component', () => {
statisticsOptionText: 'Statistics',
marketingOptionText: 'Marketing',
acceptButtonText: 'Accept all',
managePreferencesButtonText: 'Mange my cookies',
managePreferencesButtonText: 'Manage my cookies',
savePreferencesButtonText: 'Save and close',
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ exports[`CookieBannerContent component should be rendered 1`] = `
type="button"
>
<span>
Mange my cookies
Manage my cookies
</span>
</button>
<button
Expand Down

0 comments on commit 4e5435a

Please sign in to comment.