diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:57:33 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:57:33 -0500 |
commit | 6f53d8815e5e0af9563fbe280bfbd873a06ba06d (patch) | |
tree | ada50eac595c099856c59e5e47181934a65b3302 | |
parent | 2560a4aa560ce9179baa25f22a94ba9755d09bd5 (diff) | |
download | pleroma-6f53d8815e5e0af9563fbe280bfbd873a06ba06d.tar.gz |
Clarify where the Features panel is
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 8ba1cf369..7d7f4e93b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1269,7 +1269,7 @@ config :pleroma, :config_description, [ key: :showFeaturesPanel, label: "Show instance features panel", type: :boolean, - description: "Enables panel displaying functionality of the instance." + description: "Enables panel displaying functionality of the instance on the About page." }, %{ key: :showInstanceSpecificPanel, |