enhance diagnostics copy

This commit is contained in:
keyan 2023-09-18 18:44:30 -05:00
parent fb3837ea0a
commit fb1e1224c1
1 changed files with 7 additions and 7 deletions

View File

@ -243,8 +243,8 @@ export default function Settings ({ ssrData }) {
groupClassName='mb-0'
/>
<Checkbox
label={<>click to load external images</>}
name='clickToLoadImg'
label={<>hide my bookmarks from other stackers</>}
name='hideBookmarks'
groupClassName='mb-0'
/>
{me.isContributor &&
@ -254,17 +254,17 @@ export default function Settings ({ ssrData }) {
groupClassName='mb-0'
/>}
<Checkbox
label={<>hide my bookmarks from other stackers</>}
name='hideBookmarks'
label={<>click to load external images</>}
name='clickToLoadImg'
groupClassName='mb-0'
/>
<Checkbox
label={
<div className='d-flex align-items-center'>allow diagnostics
<div className='d-flex align-items-center'>allow anonymous diagnostics
<Info>
<ul className='fw-bold'>
<li>collect and send back diagnostics data</li>
<li>this information is used to identify and fix bugs</li>
<li>collect and send back anonymous diagnostics data</li>
<li>this information is used to fix bugs</li>
<li>this information includes:
<ul><li>timestamps</li></ul>
<ul><li>a randomly generated fancy name</li></ul>