Apply lanodan's suggestion(s) to 1 file(s)
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 20 Apr 2021 21:06:45 +0000 (21:06 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 20 Apr 2021 21:06:45 +0000 (21:06 +0000)
lib/pleroma/web/api_spec/operations/twitter_util_operation.ex

index dbed1b5181cc57fe1ad0a0f45b3d20adacb7cf03..6e6d330de02ebe0cdb1f08c4b50aea2dd047ab1e 100644 (file)
@@ -163,7 +163,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do
 
   def delete_account_operation do
     %Operation{
-      tags: ["Accounts"],
+      tags: ["Account credentials"],
       summary: "Delete Account",
       security: [%{"oAuth" => ["write:accounts"]}],
       operationId: "UtilController.delete_account",