summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminibikini <egor@kislitsyn.com>2020-05-01 12:46:53 +0000
committerEgor Kislitsyn <egor@kislitsyn.com>2020-05-05 17:24:40 +0400
commit3817f179d777058259324d2e300780da06cce460 (patch)
tree94e166bd0142416eefc26c47b825fffc00cae17e
parentb5189d2c50929aa67293e2e39ca020bad43f5f8b (diff)
Apply suggestion to lib/pleroma/web/api_spec/operations/instance_operation.ex
-rw-r--r--lib/pleroma/web/api_spec/operations/instance_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/instance_operation.ex b/lib/pleroma/web/api_spec/operations/instance_operation.ex
index 9407fa74d..5644cb54d 100644
--- a/lib/pleroma/web/api_spec/operations/instance_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/instance_operation.ex
@@ -46,7 +46,7 @@ defmodule Pleroma.Web.ApiSpec.InstanceOperation do
},
version: %Schema{
type: :string,
- description: "The version of Mastodon installed on the instance"
+ description: "The version of Pleroma installed on the instance"
},
email: %Schema{
type: :string,