diff --git a/config/description.exs b/config/description.exs index 5d7ea7d25..6b151a59f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3452,13 +3452,15 @@ config :pleroma, :config_description, [ %{ key: :command_argos_translate, type: :string, - description: "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", + description: + "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", suggestion: ["argos-translate"] }, %{ key: :command_argospm, type: :string, - description: "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", + description: + "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", suggestion: ["argospm"] }, %{