diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2024-01-19 21:28:15 +0000 |
---|---|---|
committer | marcin mikołajczak <me@mkljczk.pl> | 2024-01-19 21:28:15 +0000 |
commit | a5f64ffd0cba5e183744cf46506656ba61d36eda (patch) | |
tree | dc59e1c0f95bc61af50ed6ec6602721c7cdf4f6a /lib | |
parent | fa02a1e634632bb672b53c244179d3088ffe8423 (diff) | |
download | pleroma-a5f64ffd0cba5e183744cf46506656ba61d36eda.tar.gz pleroma-a5f64ffd0cba5e183744cf46506656ba61d36eda.zip |
Apply lanodan’s suggestion to 1 file
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/schemas/poll.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/poll.ex b/lib/pleroma/web/api_spec/schemas/poll.ex index cb2ffdc68..eeb1a5490 100644 --- a/lib/pleroma/web/api_spec/schemas/poll.ex +++ b/lib/pleroma/web/api_spec/schemas/poll.ex @@ -60,7 +60,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Poll do pleroma: %Schema{ type: :object, properties: %{ - non_anonymous: %Schema{type: :boolean, description: "Is the voters collection public?"} + non_anonymous: %Schema{type: :boolean, description: "Can voters be publicly identified?"} } } }, |