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
Copy file name to clipboardExpand all lines: src/components/Sidebar.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1763,14 +1763,14 @@ export function Sidebar() {
1763
1763
1764
1764
<sectionclassName="panel-section">
1765
1765
<detailsclassName="compact-details">
1766
-
<summary>More</summary>
1766
+
<summary>Tools &Data</summary>
1767
1767
<divclassName="section-heading">
1768
-
<pclassName="field-help">Cloud Auth &Sync</p>
1768
+
<pclassName="field-help">Cloud Sync</p>
1769
1769
<InfoTiptext="Sync Site Library and Simulation Library through Cloudflare D1. Access is enforced by Cloudflare Access at the edge, and ownership/sharing metadata is persisted server-side."/>
1770
1770
</div>
1771
1771
<AuthSyncPanel/>
1772
1772
<divclassName="section-heading">
1773
-
<pclassName="field-help">Local Data Safety</p>
1773
+
<pclassName="field-help">Local Storage Safety</p>
1774
1774
<InfoTiptext="Your site and simulation libraries are saved in this browser origin. Export backups regularly, and use Restore Snapshot if data looks missing after refresh."/>
0 commit comments