summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-01-27 11:45:26 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-01-27 11:45:26 +0000
commit0b582d415ba5215495047ddae1cb4e4fc1e016e6 (patch)
treed2d3d54b76cf888d189c1557a6e5e9479df2653e
parent36838b516fc795720c33deb348113777a3c5212d (diff)
parentf72727a40992d518eb2d2c5a1ad7ade15cd57a8f (diff)
Merge branch 'descriptions-fixes' into 'develop'
Little fixes for descriptions.exs See merge request pleroma/pleroma!2147
-rw-r--r--config/description.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 531f5d7e7..b9b696e42 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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]
},