Skip to content

Commit

Permalink
Merge pull request #723 from asmsuechan/fix-typo-for-info-data-collec…
Browse files Browse the repository at this point in the history
…tion

Fix typo in InfoTab
  • Loading branch information
kazup01 committed Jul 25, 2017
2 parents 0290d23 + 6bc4ecc commit 2c169e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/main/modals/PreferencesModal/InfoTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class InfoTab extends React.Component {
</ul>
<hr />
<div styleName='policy'>Data collection policy</div>
<p>We collect only the number of DAU for Boostnote and DO NOT COLLECTED any detail information</p>
<p>We collect only the number of DAU for Boostnote and DO NOT collect any detail information</p>
<p>such as your note content. You can see how it works on <a href='https://github.com/BoostIO/Boostnote' onClick={(e) => this.handleLinkClick(e)}>GitHub</a>.</p>
<p>These data are only used for Boostnote improvements.</p>
<input onChange={(e) => this.handleConfigChange(e)}
Expand Down

0 comments on commit 2c169e6

Please sign in to comment.