From dec75bfbbd9d9838758e759a9d7f1b166620da3f Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 27 Nov 2024 22:50:24 +0100 Subject: [PATCH] Update SettingsPage.tsx - fixed a small typo (#6) * Update SettingsPage.tsx - fixed a small typo Found & fixed a small typo found while checking out the live demo * Update SettingsPage.tsx --- ui/admin/src/components/settings/SettingsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

),