Skip to content

Commit 5967f96

Browse files
committed
replace cluster with gitpod instance in desc
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent d0b3df8 commit 5967f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/admin/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Settings() {
3737
<h3>Usage Statistics</h3>
3838
<CheckBox
3939
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. <a className="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. <a className="gp-link" href="https://www.gitpod.io/privacy">Read our Privacy Policy</a>. The following data is sent:</span>}
4141
checked={adminSettings?.sendTelemetry ?? false}
4242
onChange={(evt) => actuallySetTelemetryPrefs({
4343
sendTelemetry: evt.target.checked,

0 commit comments

Comments
 (0)