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:
Thomas Kosiewski
2025-01-16 19:21:07 +01:00
committed by GitHub
parent b3ba0f96f1
commit 5722f9a2a3
4 changed files with 10 additions and 10 deletions

View File

@ -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",