Skip to content

Commit b39d6fa

Browse files
authored
modify telemetry language (#90)
1 parent 0b828cf commit b39d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/conversation/vscode-node/welcomeMessageProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function getAdditionalWelcomeMessage(accessor: ServicesAccessor): vscode.
1414
if (configurationService.getConfig(ConfigKey.Internal.InternalWelcomeHintEnabled)) { // can only be true for internal users
1515
const openSettingsCommand = 'workbench.action.openSettings';
1616
const messageString = new vscode.MarkdownString(vscode.l10n.t({
17-
message: 'As an internal user, additional telemetry is collected. If you work on a project that contains customer content, you must [disable telemetry]({0}).',
17+
message: 'If handling customer data, [disable telemetry]({0}).',
1818
args: [`command:${openSettingsCommand}?${encodeURIComponent('["telemetry.telemetryLevel"]')}`],
1919
// To make sure the translators don't break the link
2020
comment: ["{Locked=']({'}"]

0 commit comments

Comments
 (0)