diff options
author | lain <lain@soykaf.club> | 2020-08-07 15:02:16 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-07 15:02:16 +0200 |
commit | b2b9eaa9030db4aaeb0ed8a8b0fd9b3fbd7f76c2 (patch) | |
tree | 400af6d8b44cc4a75b416bdad1dbc9b09b84ba4d | |
parent | e5ab5fbe764dc8a1326fb31fb9754e5986ee53ee (diff) | |
parent | 3f88366e2aebf34e81b3bec7db5c29175cdeca23 (diff) | |
download | pleroma-b2b9eaa9030db4aaeb0ed8a8b0fd9b3fbd7f76c2.tar.gz pleroma-b2b9eaa9030db4aaeb0ed8a8b0fd9b3fbd7f76c2.zip |
Merge branch 'frontend-bundles-downloads' of git.pleroma.social:pleroma/pleroma into frontend-bundles-downloads
-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." } ] } |