diff --git a/src/libraries/System.Text.Json/src/Resources/Strings.resx b/src/libraries/System.Text.Json/src/Resources/Strings.resx
index cd8a5e392ca66e..1a4f9421de95d9 100644
--- a/src/libraries/System.Text.Json/src/Resources/Strings.resx
+++ b/src/libraries/System.Text.Json/src/Resources/Strings.resx
@@ -492,7 +492,7 @@
The '$id', '$ref' or '$type' metadata properties must be JSON strings. Current token type is '{0}'.
- Properties that start with '$' are not allowed in types that support metadata. Either escape the character or disable reference preservation and polymorphic deserialization.
+ Properties that start with '$' are not allowed in types that support metadata. Either replace the character or disable reference preservation and polymorphic deserialization.
The metadata property is either not supported by the type or is not the first property in the deserialized JSON object.
@@ -827,4 +827,4 @@
Mixing UTF encodings in a single multi-segment JSON string is not supported. The previous segment's encoding was '{0}' and the current segment's encoding is '{1}'.
-
\ No newline at end of file
+