Apply lanodan’s suggestion to 1 file
This commit is contained in:
parent
fa02a1e634
commit
a5f64ffd0c
|
@ -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?"}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue