Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web-client/src/views/PrivacyPolicyView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ import AccordionContent from 'primevue/accordioncontent'
</ul>

<p class="sr-privacy-note">
<strong>Note:</strong> You can clear all stored data at any time from the
Settings page using "Clear All My Data" - this includes IndexedDB and cached
files.
<strong>Note:</strong> You can clear authentication and preferences using "Clear
All My Data" (science data is preserved), or clear request records and parquet
files using "Clear Science Data" from Settings → Privacy & Data.
</p>
</div>
</AccordionContent>
Expand Down