What's wrong with this entry?
The per-feature "disabled by policy" messages (previously separate for voice mode, remote control, cloud sessions, and web search) are now generated by a shared utility function that also handles the case where the policy cannot be fetched.
- When policy cannot be fetched (network unreachable), now shows: "Couldn't verify your organization's policy for X. Check your network connection and try again." — instead of silently blocking.
- When policy is fetched and feature is blocked: "X is disabled by your organization's policy. Contact your organization admin to enable it/them."
- Old separate static strings removed.
New shared utility gG() (search for "Couldn't verify your organization's policy for")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.