| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 5bfab2fd8909c0e8899710273a36f90943590c8d..a6cd9cb85efbef4cc739b62dce59b7d5e1003ae6 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -3044,12 +3044,12 @@
|
| {
|
| 'name': 'MultiProfileUserBehaviorUnrestricted',
|
| 'value': 'unrestricted',
|
| - 'caption': '''Allow enterprise user to be both primary and secondary (Default behavior)''',
|
| + 'caption': '''Allow enterprise user to be both primary and secondary (Default behavior for non-managed users)''',
|
| },
|
| {
|
| 'name': 'MultiProfileUserBehaviorMustBePrimary',
|
| 'value': 'primary-only',
|
| - 'caption': '''Allow enterprise user to be primary multiprofile user only''',
|
| + 'caption': '''Allow enterprise user to be primary multiprofile user only (Default behavior for enterprise-managed users)''',
|
| },
|
| {
|
| 'name': 'MultiProfileUserBehaviorNotAllowed',
|
|
|