diff --git a/Scripts/GUI/Show-ApplyModal.ps1 b/Scripts/GUI/Show-ApplyModal.ps1 index 0cc42d9..b313b3f 100644 --- a/Scripts/GUI/Show-ApplyModal.ps1 +++ b/Scripts/GUI/Show-ApplyModal.ps1 @@ -201,14 +201,14 @@ function Show-ApplyModal { $applyKofiBtn.Content = $null $reportText = [System.Windows.Controls.TextBlock]::new() - $reportText.Text = 'Report the issue' + $reportText.Text = 'Report a bug' $reportText.VerticalAlignment = 'Center' $reportText.FontSize = 14 $reportText.Margin = [System.Windows.Thickness]::new(0, 0, 0, 1) $applyKofiBtn.Content = $reportText - [System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report the issue') + [System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report a bug') $applyWindow.Dispatcher.Invoke([System.Windows.Threading.DispatcherPriority]::Render, [action]{}) } diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index c6a6df5..31bcb1b 100755 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -103,7 +103,7 @@ param ( # Define script-level variables & paths -$script:Version = "2026.03.07" +$script:Version = "2026.03.09" $script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json" $script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json" $script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"