Skip to content

Commit ed952be

Browse files
authored
1 parent 37eb06d commit ed952be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/services/issue/browser/issueTroubleshoot.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ class TroubleshootIssueService extends Disposable implements ITroubleshootIssueS
204204
private askToReproduceIssue(message: string): Promise<TroubleShootResult> {
205205
return new Promise((c, e) => {
206206
const goodPrompt: IPromptChoice = {
207-
label: localize('I cannot reproduce', "I can't reproduce"),
207+
label: localize('I cannot reproduce', "I Can't Reproduce"),
208208
run: () => c('good')
209209
};
210210
const badPrompt: IPromptChoice = {
211-
label: localize('This is Bad', "I can reproduce"),
211+
label: localize('This is Bad', "I Can Reproduce"),
212212
run: () => c('bad')
213213
};
214214
const stop: IPromptChoice = {

0 commit comments

Comments
 (0)