Merge branch 'openapi/nullable-request-fields' into 'develop'
[akkoma] / lib / pleroma / web / api_spec / operations / instance_operation.ex
index 9407fa74d9dac16c5902abc59dfe280263041dd6..880bd3f1b9dd0977e9092d7d9b1063d4582bc34b 100644 (file)
@@ -42,11 +42,11 @@ defmodule Pleroma.Web.ApiSpec.InstanceOperation do
         title: %Schema{type: :string, description: "The title of the website"},
         description: %Schema{
           type: :string,
-          description: "Admin-defined description of the Mastodon site"
+          description: "Admin-defined description of the Pleroma site"
         },
         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,