diff options
author | lain <lain@soykaf.club> | 2020-08-07 11:07:02 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-07 11:07:02 +0000 |
commit | 3f88366e2aebf34e81b3bec7db5c29175cdeca23 (patch) | |
tree | 05bdd93ae1913184f3ca5818baa6548efc4bcf14 | |
parent | 03da653a123341036e0caa84c6a7b4edd129afed (diff) | |
download | pleroma-3f88366e2aebf34e81b3bec7db5c29175cdeca23.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-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 1f50c9952..c7c8524dd 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3593,7 +3593,7 @@ config :pleroma, :config_description, [ %{ key: :available, type: :map, - description: "A map containing frontends that we have some knowledge of" + description: "A map containing available frontends and parameters for their installation." } ] } |