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: components/dashboard/src/admin/Settings.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ export default function Settings() {
37
37
<h3>Usage Statistics</h3>
38
38
<CheckBox
39
39
title="Enable Service Ping"
40
-
desc={<span>This is used to provide insights on how you use your cluster so we can provide a better overall experience. <aclassName="gp-link"href="https://www.gitpod.io/privacy">Read our Privacy Policy</a>. The following data is sent:</span>}
40
+
desc={<span>This is used to provide insights on how you use your Gitpod instance so we can provide a better overall experience. <aclassName="gp-link"href="https://www.gitpod.io/privacy">Read our Privacy Policy</a>. The following data is sent:</span>}
0 commit comments