diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 17:07:14 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 17:07:14 -0500 |
commit | 54b482418694b8c41984235ea85078fe00572cdc (patch) | |
tree | ff597bae49aaf51e1950f42d4dd32ab8eecf9e2b | |
parent | 6f53d8815e5e0af9563fbe280bfbd873a06ba06d (diff) | |
download | pleroma-54b482418694b8c41984235ea85078fe00572cdc.tar.gz |
Lint
-rw-r--r-- | config/description.exs | 3 |
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, |