summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-08-07 09:47:05 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-08-07 09:47:05 +0300
commit6e6276b4f8a7a46c6038480f6a842339c5214d1c (patch)
tree5060c2a01f584867bd077dc349515cbb0c46d8e9 /config
parent8bb54415470852f95967bc75fb8917db78eb0fbd (diff)
added test
Diffstat (limited to 'config')
-rw-r--r--config/description.exs9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/description.exs b/config/description.exs
index 7da01b175..ac43bc814 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -982,8 +982,7 @@ config :pleroma, :config_description, [
%{
key: :message,
type: :string,
- description:
- "A message that will be sent to newly registered users",
+ description: "A message that will be sent to newly registered users",
suggestions: [
"Hi, @username! Welcome on board!"
]
@@ -3552,13 +3551,15 @@ config :pleroma, :config_description, [
key: "name",
label: "Name",
type: :string,
- description: "Name of the installed primary frontend. Valid config must include both `Name` and `Reference` values."
+ description:
+ "Name of the installed primary frontend. Valid config must include both `Name` and `Reference` values."
},
%{
key: "ref",
label: "Reference",
type: :string,
- description: "Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
+ description:
+ "Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
}
]
}