Merge branch 'descriptions-fixes' into 'develop'
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Mon, 27 Jan 2020 11:45:26 +0000 (11:45 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Mon, 27 Jan 2020 11:45:26 +0000 (11:45 +0000)
Little fixes for descriptions.exs

See merge request pleroma/pleroma!2147

config/description.exs

index 531f5d7e71f0714107f5dd21c920d57f0d8017df..b9b696e42d9b66086cdc5f622795a55e60753589 100644 (file)
@@ -1167,7 +1167,7 @@ config :pleroma, :config_description, [
             label: "Logo margin",
             type: :string,
             description:
-              "allows you to adjust vertical margins between logo boundary and navbar borders. " <>
+              "Allows you to adjust vertical margins between logo boundary and navbar borders. " <>
                 "The idea is that to have logo's image without any extra margins and instead adjust them to your need in layout.",
             suggestions: [".1em"]
           },
@@ -1960,7 +1960,7 @@ config :pleroma, :config_description, [
       },
       %{
         key: :verbose,
-        type: :atom,
+        type: [:atom, false],
         description: "Logs verbose mode",
         suggestions: [false, :error, :warn, :info, :debug]
       },