mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-24 21:11:28 +00:00
chore: Fix wording
This commit is contained in:
parent
2d6c5dbd6f
commit
27420cc8f6
|
@ -53,7 +53,7 @@ class Forgejo(Service):
|
|||
"requireSigninView": BoolServiceConfigItem(
|
||||
id="requireSigninView",
|
||||
default_value=False,
|
||||
description="Require signin to view any page",
|
||||
description="Force users to log in to view any page",
|
||||
),
|
||||
"defaultTheme": EnumServiceConfigItem(
|
||||
id="defaultTheme",
|
||||
|
|
Loading…
Reference in a new issue