diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-09-03 06:45:02 +0000 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-11 09:25:33 +0300 |
commit | 65bc9e66ad3848594df67c4b0d5539b1c8540161 (patch) | |
tree | ec80996271913ef9bf2289ab24c9092d69d4b972 | |
parent | 0624e06a9c981264f238041a2ad22392d4a8f792 (diff) | |
download | pleroma-65bc9e66ad3848594df67c4b0d5539b1c8540161.tar.gz |
Apply suggestion to config/description.exs
-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 684d3fc0e..48cc70e6e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -38,7 +38,7 @@ config :pleroma, :config_description, [ %{ key: :link_name, type: :boolean, - description: "If enabled Pleroma will add name parameter to the url off the upload", + description: "If enabled, a name parameter will be added to the url of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`", suggestions: [ true, false |