Skip to content

Commit be0c3d5

Browse files
StephenFluinmgechev
authored andcommitted
fix(@angular/cli): improve opt-out language
1 parent 05d86ae commit be0c3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/models/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export async function promptGlobalAnalytics(force = false) {
378378
if (answers.analytics) {
379379
console.log('');
380380
console.log(tags.stripIndent`
381-
Thank you for sharing anonymous usage data. Would you change your mind, the following
381+
Thank you for sharing anonymous usage data. If you change your mind, the following
382382
command will disable this feature entirely:
383383
384384
${terminal.yellow('ng analytics off')}

0 commit comments

Comments
 (0)