You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If the error persists, check the <ahref="https://archiveweb.page/guide/troubleshooting/errors" target="_blank">Common Errors and Issues</a> page in the guide for
375
375
known issues and possible solutions.
@@ -381,18 +381,18 @@ class RecPopup extends LitElement
<divclass="infomsg is-hidden-mobile">The ArchiveWeb.page ${IS_APP ? "App" : "Extension"} allows you to create web archives directly in your browser!</div>
339
+
<divclass="infomsg is-hidden-mobile">The ArchiveWeb.page ${IS_APP ? "App" : "Extension"} allows you to archive webpages directly in your browser!</div>
@@ -596,10 +596,10 @@ class ArchiveWebApp extends ReplayWebApp
596
596
</div>
597
597
598
598
${IS_APP ? html`
599
-
<p>ArchiveWeb.page App is a standalone app for Mac, Windows and Linux that allows users to create web archives as they browse</p>
599
+
<p>ArchiveWeb.page App is a standalone app for Mac, Windows and Linux that allows users to archive webpages as they browse</p>
600
600
601
601
` : html`
602
-
<p>ArchiveWeb.page allows users to create web archives directly in your browser!</p>`}
602
+
<p>ArchiveWeb.page allows users to archive webpages directly in your browser!</p>`}
603
603
</div>
604
604
605
605
<p>See the <ahref="https://archiveweb.page/guide" target="_blank">ArchiveWeb.page Guide</a> for more info on how to use this tool.</p>
@@ -611,13 +611,13 @@ class ArchiveWebApp extends ReplayWebApp
611
611
<p>ArchiveWeb.page is part of the <ahref="https://webrecorder.net/" target="_blank">Webrecorder Project</a>.</p>
612
612
613
613
<h3>Privacy Policy</h3>
614
-
<pclass="is-size-7">ArchiveWeb.page allows users to archive what they browse, this archive data is stored directly in the browser.
615
-
Users can downloaded this data as files to their harddrive. Users can also delete any and all archived data at any time.
614
+
<pclass="is-size-7">ArchiveWeb.page allows users to archive what they browse, storing captured data directly in the browser.
615
+
Users can downloaded this data as files to their hard drive. Users can also delete any and all archived data at any time.
616
616
ArchiveWeb.page does not collect any usage or tracking data.</p>
617
617
618
618
<pclass="is-size-7">ArchiveWeb.page includes an experimental sharing option for each archive collection. Users can choose to share select archives on a peer-to-peer network (IPFS) via a unique id.
619
619
Once shared on this network, the data may become accessible to others.
620
-
All archives are private and not shared by default, unless explicitly opted-in by the user. (A warning is displayed when sharing via IPFS.)</p>
620
+
All archived items are private and not shared by default, unless explicitly opted-in by the user. (A warning is displayed when sharing via IPFS.)</p>
621
621
622
622
<h4>Disclaimer of Warranties</h4>
623
623
<pclass="is-size-7">The application is provided "as is" without any guarantees.</p>
@@ -656,7 +656,7 @@ class ArchiveWebApp extends ReplayWebApp
0 commit comments