diff --git a/ui/admin/src/components/settings/SettingsPage.tsx b/ui/admin/src/components/settings/SettingsPage.tsx index ee6f6654..7c6d0ad4 100644 --- a/ui/admin/src/components/settings/SettingsPage.tsx +++ b/ui/admin/src/components/settings/SettingsPage.tsx @@ -106,8 +106,8 @@ function ServerSettings(props: CommonProps) { ), info: (

- A background ask periodically cleans up logs older than - above retention period. Setting the retention to zero turn + A background task periodically cleans up logs older than + above retention period. Setting the retention to zero turns off the cleanup and logs will be retained indefinitely.

),