Skip to content

Commit

Permalink
b/326368633 Remove duplicate 'you' in dialog message (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpassing authored Feb 22, 2024
1 parent d73d1f0 commit 4c442a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public override async Task ExecuteAsync(IProjectModelNode context)
if (this.serviceProvider.GetService<IConfirmationDialog>()
.Confirm(
mainWindow,
"Are you you sure you want to " +
"Are you sure you want to " +
$"{this.controlCommand.ToString().ToLower()} {instance.Name}?",
$"{this.controlCommand} {instance.Name}?",
$"{this.controlCommand} VM instance") != DialogResult.Yes)
Expand Down

0 comments on commit 4c442a4

Please sign in to comment.