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
This commit is contained in:
Marcel
2024-11-27 22:50:24 +01:00
committed by GitHub
parent 07f0500f9f
commit dec75bfbbd

View File

@@ -106,8 +106,8 @@ function ServerSettings(props: CommonProps) {
),
info: (
<p>
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.
</p>
),