summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-02-13 11:31:02 -0600
committerMark Felder <feld@FreeBSD.org>2020-02-13 11:31:02 -0600
commit9218f893d794c6184ea13b2d0b6e3a6e9492bc64 (patch)
treef521781d8f77488ce529631700dedea261554297
parent18a56410b821f1583d216dc55b9bd7b4d3a9c327 (diff)
More description cleanups
-rw-r--r--config/description.exs10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/description.exs b/config/description.exs
index efea7c137..bb6549274 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -534,7 +534,7 @@ config :pleroma, :config_description, [
%{
key: :description,
type: :string,
- description: "The instance's description, can be seen in nodeinfo and /api/v1/instance",
+ description: "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
suggestions: [
"Very cool instance"
]
@@ -770,7 +770,7 @@ config :pleroma, :config_description, [
key: :cleanup_attachments,
type: :boolean,
description: """
- "Enable to remove associated attachments when status is removed.
+ Enable to remove associated attachments when status is removed.
This will not affect duplicates and attachments without status.
Enabling this will increase load to database when deleting statuses on larger instances.
"""
@@ -838,7 +838,7 @@ config :pleroma, :config_description, [
%{
key: :healthcheck,
type: :boolean,
- description: "If enabled, system data will be shown on /api/pleroma/healthcheck"
+ description: "If enabled, system data will be shown on `/api/pleroma/healthcheck`"
},
%{
key: :remote_post_retention_days,
@@ -1924,7 +1924,7 @@ config :pleroma, :config_description, [
key: :admin_token,
type: :string,
description: "Token",
- suggestions: ["some_random_token"]
+ suggestions: ["We recommend a secure random string or UUID"]
}
]
},
@@ -2146,7 +2146,7 @@ config :pleroma, :config_description, [
key: :enabled,
type: :boolean,
description:
- "If enabled, when a new user is federated with, fetch some of their latest posts"
+ "Fetch posts when a new user is federated with"
},
%{
key: :pages,