mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
fix(codersdk): fix typo in telemetry option description (#16151)
Fixed typos in telemetry help text by adding spaces between "personal information" and "telemetry when" Change-Id: I897c5918c6661f9c16fdcb503c1c50e74c8f343a Signed-off-by: Thomas Kosiewski <tk@coder.com>
This commit is contained in:
@ -904,8 +904,8 @@ func (c *DeploymentValues) Options() serpent.OptionSet {
|
||||
Name: "Telemetry",
|
||||
YAML: "telemetry",
|
||||
Description: `Telemetry is critical to our ability to improve Coder. We strip all personal
|
||||
information before sending data to our servers. Please only disable telemetry
|
||||
when required by your organization's security policy.`,
|
||||
information before sending data to our servers. Please only disable telemetry
|
||||
when required by your organization's security policy.`,
|
||||
}
|
||||
deploymentGroupProvisioning = serpent.Group{
|
||||
Name: "Provisioning",
|
||||
|
Reference in New Issue
Block a user