| Index: components/policy_strings.grdp
|
| diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
|
| index be8ef62b9998631fa64263666a806ce3aca5da25..408d86ebded1a692364af69a692a2140e8b76012 100644
|
| --- a/components/policy_strings.grdp
|
| +++ b/components/policy_strings.grdp
|
| @@ -280,12 +280,12 @@
|
| <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
|
| Current user
|
| </message>
|
| - <if expr="not is_android and not pp_ifdef('chromeos')">
|
| + <if expr="not is_android and not chromeos">
|
| <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine.">
|
| Machine
|
| </message>
|
| </if>
|
| - <if expr="pp_ifdef('chromeos') or is_android">
|
| + <if expr="chromeos or is_android">
|
| <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device.">
|
| Device
|
| </message>
|
|
|