Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaYZen committed Oct 10, 2022
1 parent 1bd9252 commit 6053d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fix Windows 11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ $button4 = New-Object System.Windows.Forms.Button
$button4.Location ='30,190'
$button4.Size = '145, 35'
$button4.Name = "Update Windows"
$button4.Text = "Update WIndows"
$button4.Text = "Update Windows"
$button4.BackColor = "White"
$button4.Add_Click({UpdWin})
$Tab3.Controls.Add($button4)
Expand Down

0 comments on commit 6053d89

Please sign in to comment.