From e3e0091bd8fb8b2770a326ec8934a444a86499f0 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Fri, 5 Apr 2019 12:34:55 -0700 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/localization_suggestion.md Co-Authored-By: grochocki --- .github/ISSUE_TEMPLATE/localization_suggestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/localization_suggestion.md b/.github/ISSUE_TEMPLATE/localization_suggestion.md index debdb8d8..95bd0d70 100644 --- a/.github/ISSUE_TEMPLATE/localization_suggestion.md +++ b/.github/ISSUE_TEMPLATE/localization_suggestion.md @@ -44,7 +44,7 @@ Run the following commands in Powershell and copy/paste the output. " - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)" " - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)" " - Region: $((Get-Culture).Name)" -" - Dev Version Installed: $(!((Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev) -eq $null))" +" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))" --> **Additional context**