Apply suggestion to config/description.exs
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 3 Sep 2019 06:45:02 +0000 (06:45 +0000)
committerAlex S <alex.strizhakov@gmail.com>
Wed, 11 Sep 2019 06:25:33 +0000 (09:25 +0300)
config/description.exs

index 684d3fc0e48662701a11c4e37f2dca89c62d18c9..48cc70e6e68ece65ddd02f3927dbd290beff6fc0 100644 (file)
@@ -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