mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-07 18:30:21 -06:00
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:
@@ -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>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user