diff --git a/config/description.exs b/config/description.exs index d7bece75b..1ff0a582b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1392,9 +1392,9 @@ config :pleroma, :config_description, [ }, %{ key: :stopGifs, - label: "Pause animated images until you hover on them", + label: "Stop Gifs", type: :boolean, - description: "Whether to play gifs by default" + description: "Whether to pause animated images until they're hovered on" } ] },