Skip to content

Commit 2c169e6

Browse files
authored
Merge pull request #723 from asmsuechan/fix-typo-for-info-data-collection
Fix typo in InfoTab
2 parents 0290d23 + 6bc4ecc commit 2c169e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/modals/PreferencesModal/InfoTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class InfoTab extends React.Component {
9696
</ul>
9797
<hr />
9898
<div styleName='policy'>Data collection policy</div>
99-
<p>We collect only the number of DAU for Boostnote and DO NOT COLLECTED any detail information</p>
99+
<p>We collect only the number of DAU for Boostnote and DO NOT collect any detail information</p>
100100
<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>
101101
<p>These data are only used for Boostnote improvements.</p>
102102
<input onChange={(e) => this.handleConfigChange(e)}

0 commit comments

Comments
 (0)