Commit d1feffde authored by Alexander Hendrich's avatar Alexander Hendrich Committed by Commit Bot

Extend ONC JSON parse error message

Add more detailed reason "invalid JSON" why the parsing failed.

Bug: 834245
Change-Id: I9a81f425a2d877fecab7a9da1176e043e154d3f6
Reviewed-on: https://chromium-review.googlesource.com/c/1329977Reviewed-by: default avatarLutz Justen <ljusten@chromium.org>
Commit-Queue: Alexander Hendrich <hendrich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607565}
parent de0008c4
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
</message> </message>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse."> <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
Network configuration failed to be parsed. Network configuration failed to be parsed (invalid JSON).
</message> </message>
<message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially. DEBUG_INFO contains non-localized detailed information about existing warnings."> <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially. DEBUG_INFO contains non-localized detailed information about existing warnings.">
The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported. The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment