aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 0ac447cc8..533035958 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -211,11 +211,11 @@ config :pleroma, :config_description, [
type: :multiple_select,
description:
"List of actions for the mogrify command. It's possible to add self-written settings as string. " <>
- "For example `auto-orient, strip, {\"resize\", \"3840x1080>\"}` value will be parsed into valid list of the settings.",
+ "For example `auto-orient, strip, \"{'resize', '3840x1080>'}\"` value will be parsed into valid list of the settings.",
suggestions: [
"strip",
"auto-orient",
- {"implode", "1"}
+ "{'implode', '1'}"
]
}
]