From 12adf56fdaba1f3053e49bd42f707fbc7fa9b7f5 Mon Sep 17 00:00:00 2001 From: Chris Payne Date: Tue, 8 Jul 2025 20:38:58 -0400 Subject: [PATCH] Final spelling :) --- main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ps1 b/main.ps1 index fc838e6..fe34205 100644 --- a/main.ps1 +++ b/main.ps1 @@ -85,7 +85,7 @@ $websiteLabel = $window.FindName("WebsiteLabel") $streetLabel = $window.FindName("StreetLabel") $cityLabel = $window.FindName("CityLabel") $provinceLabel = $window.FindName("ProvinceLabel") -$postalLabel = $window.FindName("PostalCodeLabel") +$postalLabel = $window.FindName("PostalLabel") $countryLabel = $window.FindName("CountryLabel")