diff --git a/docs/generated/settings/settings.html b/docs/generated/settings/settings.html
index 5a43fbd2da93..1448370f4aac 100644
--- a/docs/generated/settings/settings.html
+++ b/docs/generated/settings/settings.html
@@ -258,6 +258,7 @@
trace.snapshot.rate
| duration | 0s | if non-zero, interval at which background trace snapshots are captured | Serverless/Dedicated/Self-Hosted |
trace.span_registry.enabled
| boolean | true | if set, ongoing traces can be seen at https://<ui>/#/debug/tracez | Serverless/Dedicated/Self-Hosted |
trace.zipkin.collector
| string |
| the address of a Zipkin instance to receive traces, as <host>:<port>. If no port is specified, 9411 will be used. | Serverless/Dedicated/Self-Hosted |
+ui.display_timezone
| enumeration | etc/utc | the timezone used to format timestamps in the ui [etc/utc = 0, america/new_york = 1] | Dedicated/Self-Hosted |
version
| version | 1000023.1-14 | set the active cluster version in the format '<major>.<minor>' | Serverless/Dedicated/Self-Hosted |
diff --git a/pkg/ui/ui.go b/pkg/ui/ui.go
index 7bc7d9ecaca5..790f6c073b3c 100644
--- a/pkg/ui/ui.go
+++ b/pkg/ui/ui.go
@@ -51,7 +51,7 @@ var _ = settings.RegisterEnumSetting(
// See pkg/ui/workspaces/cluster-ui/webpack.config.js
// and pkg/ui/workspaces/db-console/webpack.config.js.
},
-)
+).WithPublic()
// Assets is used for embedded JS assets required for UI.
// In case the binary is built without UI, it provides single index.html file with