| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index f71ec3c464576a45cc37e647a3f24b86d85438ab..8d86d40c6951df25678bd0b16e99395350bb3ba3 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -10340,7 +10340,11 @@
|
| },
|
| 'doc_win_reg_loc': {
|
| 'desc': '''Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation''',
|
| - 'text': '''Windows registry location:'''
|
| + 'text': '''Windows registry location for Windows clients:'''
|
| + },
|
| + 'doc_chrome_os_reg_loc': {
|
| + 'desc': '''Caption text of the field '<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> registry location' in the summary chart of a policy in the generated documentation''',
|
| + 'text': '''Windows registry location for <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> clients:'''
|
| },
|
| 'doc_mac_linux_pref_name': {
|
| 'desc': '''Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation''',
|
| @@ -10382,6 +10386,14 @@
|
| 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''',
|
| 'text': '''Example value:'''
|
| },
|
| + 'doc_win_example_value': {
|
| + 'desc': '''Caption text of the field 'windows (windows clients)' in the summary chart of a policy in the generated documentation''',
|
| + 'text': '''Windows (Windows clients):'''
|
| + },
|
| + 'doc_chrome_os_example_value': {
|
| + 'desc': '''Caption text of the field 'windows (Chrome OS clients)' in the summary chart of a policy in the generated documentation''',
|
| + 'text': '''Windows (<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> clients):'''
|
| + },
|
| 'doc_intro': {
|
| 'desc': '''Introduction text for the generated policy documentation''',
|
| 'text': '''Both Chromium and Google Chrome support the same set of
|
|
|