little fixes and typos fix
This commit is contained in:
parent
9c1f3bfeff
commit
0b02040327
5 changed files with 70 additions and 6 deletions
|
|
@ -101,8 +101,8 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :versions,
|
||||
type: {:list, :atom},
|
||||
descriptions: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
|
||||
description: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1509,8 +1509,8 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :versions,
|
||||
type: {:list, :atom},
|
||||
descriptions: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
|
||||
description: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -2820,8 +2820,8 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :versions,
|
||||
type: {:list, :atom},
|
||||
descriptions: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
|
||||
description: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue