Apply suggestion to config/description.exs

This commit is contained in:
lain 2020-06-25 10:17:16 +00:00
parent 54039100fe
commit f585622f85
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ config :pleroma, :config_description, [
key: :instance_thumbnail,
type: :string,
description:
"The instance thumbnail is the Mastodon landing page image and used by some apps to identify the instance.",
"The instance thumbnail can be any image that represents your instance and is used by some apps or services when they display information about your instance.",
suggestions: ["/instance/thumbnail.jpeg"]
}
]