summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 17:07:14 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 17:07:14 -0500
commit54b482418694b8c41984235ea85078fe00572cdc (patch)
treeff597bae49aaf51e1950f42d4dd32ab8eecf9e2b
parent6f53d8815e5e0af9563fbe280bfbd873a06ba06d (diff)
Lint
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index 7d7f4e93b..a800d7823 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1269,7 +1269,8 @@ config :pleroma, :config_description, [
key: :showFeaturesPanel,
label: "Show instance features panel",
type: :boolean,
- description: "Enables panel displaying functionality of the instance on the About page."
+ description:
+ "Enables panel displaying functionality of the instance on the About page."
},
%{
key: :showInstanceSpecificPanel,