Skip to content

Commit 8d20c11

Browse files
Fix localized label IDs. (microsoft#5168)
(for microsoft#5001)
1 parent e441ed6 commit 8d20c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.nls.nl.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"debug.attachRemoteHostTitle": "Extern debuggen",
178178
"debug.attachRemoteHostPrompt": "Voer een hostname of IP-adres in",
179179
"debug.attachRemoteHostValidationError": "Voer een geldige hostname of IP-adres in",
180-
"UnitTests.testErrorDiagnosticMessage": "Error",
181-
"UnitTests.testFailDiagnosticMessage": "Mislukt",
182-
"UnitTests.testSkippedDiagnosticMessage": "Overgeslagen"
180+
"Testing.testErrorDiagnosticMessage": "Error",
181+
"Testing.testFailDiagnosticMessage": "Mislukt",
182+
"Testing.testSkippedDiagnosticMessage": "Overgeslagen"
183183
}

0 commit comments

Comments
 (0)