diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:26:49 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:26:49 -0500 |
commit | 2420d7f4394f1a447221c74270b593fcf3956f41 (patch) | |
tree | 1e1206e9a2f0e78f4737db5a7871cfc88052b24e | |
parent | 4aad764c1d2ccd90b697e38ce2044ae4ccdb7dea (diff) | |
download | pleroma-2420d7f4394f1a447221c74270b593fcf3956f41.tar.gz |
Spelling/grammar
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index 8f050ae8a..5e097aec2 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1230,7 +1230,7 @@ config :pleroma, :config_description, [ key: :showInstanceSpecificPanel, label: "Show instance specific panel", type: :boolean, - description: "Whenether to show the instance's specific panel" + description: "Whether to show the instance's custom panel" }, %{ key: :subjectLineBehavior, @@ -1245,7 +1245,7 @@ config :pleroma, :config_description, [ %{ key: :theme, type: :string, - description: "Which theme to use, they are defined in styles.json", + description: "Which theme to use. Available themes are defined in styles.json", suggestions: ["pleroma-dark"] } ] |