core: Improve global setting grammar.

This commit is contained in:
Cory McWilliams 2025-01-03 14:10:27 -05:00
parent 44d9f69434
commit 0cb5025a16

View File

@ -356,7 +356,7 @@ static JSValue _util_defaultGlobalSettings(JSContext* context, JSValueConst this
.default_value = JS_NewInt32(context, 2) },
{ .name = "delete_stale_feeds",
.type = "boolean",
.description = "Periodically delete feeds that visible from local accounts and related follows.",
.description = "Periodically delete feeds that aren't visible from local accounts or related follows.",
.default_value = JS_FALSE },
};