Skip to content

Commit 1346098

Browse files
committed
Docs: Improve system wide policies
1 parent eaa825b commit 1346098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Website/docs/system-wide-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For enterprise deployments:
7474

7575
4. **Verification**:
7676
- Launch the application
77-
- Navigate to Settings > Update (e.g., "Check for updates at startup")
77+
- Navigate to Setting you've modified (e.g., Settings > Update > "Check for updates at startup")
7878
- Verify the shield icon and the administrator message appear and that the control is disabled
7979
- Confirm the displayed value matches the policy
8080

@@ -95,9 +95,9 @@ Ensure the `config.json` file has appropriate permissions so that regular users
9595

9696
**Policy values not showing in UI:**
9797
- Ensure the property name matches exactly (see the corresponding setting's documentation for the property name)
98-
- Verify the value is a boolean (`true` or `false`), not a string (`"true"` or `"false"`)
98+
- Verify the value has the correct data type (e.g. boolean `true` not string `"true"`)
9999
- Check that there are no syntax errors in the JSON file
100100

101101
## Future Policies
102102

103-
Additional policy options will be added in future releases to provide more granular control over application behavior. If you have specific requirements for system-wide policies in your organization, please submit a feature request via the [GitHub issue tracker](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose).
103+
Additional policy options will be added in future releases to provide more granular control over application behavior. If you have specific requirements for system-wide policies in your organization, please submit a feature request via the [GitHub issue tracker](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose) to help us prioritize new policy options based on user demand.

0 commit comments

Comments
 (0)