diff --git a/privacy-policy/index.html b/privacy-policy/index.html
index 1e21babac08952e344a43dbbe6df168d6aaf2252..022e5799840af5f18c01976de4689b2fc39288ea 100644
--- a/privacy-policy/index.html
+++ b/privacy-policy/index.html
@@ -6,7 +6,8 @@
   display: none !important;
 }</style></noscript><script>document.body.classList.remove("noscript");</script><div class="pusher"><div class="full height"><div class="following bar"><div class="ui container"><div class="ui large secondary menu inverted"><a class="view-ui item" href="/"><img class="ui logo left" src="/assets/images/icon.svg">QuasselDroid</a><a class="view-ui item" href="/docs/">Docs</a><div class="right menu"><a class="view-ui item" href="https://github.com/justjanne/quasseldroid-ng"><i class="icon github left"></i><span class="text">GitHub</span></a><a class="view-ui item" href="/releases/"><i class="icon download left"></i><span class="text">Download</span></a></div></div></div></div><div class="ui vertical stripe intro segment"><div class="ui stackable very relaxed center aligned grid container"><div class="row"><div class="column left aligned"><h2 class="ui header">Privacy Policy</h2><h3 class="ui header">Website</h3><p>While visiting our website, your computer transmits various pieces of data to our website. These vary based
 on browser and operating system, and usually include:</p><ul class="ui list"><li>Browser and version</li><li>Operating system and version</li><li>The previously visited website (Referrer URL)</li><li>Hostname and/or IP address of your computer</li><li>Time and date of the access</li></ul><p>We currently do not store or collect any of this information.
-</p><h3 class="ui header">App</h3><p>The app supports automatic crash reporting. Currently, this is disabled and no reports will be collected.
+</p><h3 class="ui header">App</h3><p>The app supports automatic crash reporting. In version 0.11 this is currently disabled, in later releases
+all collected crash reports are stored locally and have to be sent by the user manually.
 </p><p>Connections made by the app to a server configured by the user are subject to the privacy policy of that
 server, and cannot be policed by us.
 </p><h3 class="ui header">Further Questions
diff --git a/privacy-policy/index.pug b/privacy-policy/index.pug
index cdce759c5f7a70d2fb055cdd1f5e878535defabd..8eea0fd38044cd102e14e06449ec5b2e4170780d 100644
--- a/privacy-policy/index.pug
+++ b/privacy-policy/index.pug
@@ -31,7 +31,8 @@ block content
           h3.ui.header.
             App
           p.
-            The app supports automatic crash reporting. Currently, this is disabled and no reports will be collected.
+            The app supports automatic crash reporting. In version 0.11 this is currently disabled, in later releases
+            all collected crash reports are stored locally and have to be sent by the user manually.
 
           p.
             Connections made by the app to a server configured by the user are subject to the privacy policy of that