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

index decb6572abeb35d37ede8651abac6f96149e2b40..6ddc93a92f7be3f2aae48c564d0d03faa194cada 100644 (file)
@@ -88,7 +88,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do
 
   def change_email_operation do
     %Operation{
-      tags: ["Accounts"],
+      tags: ["Account credentials"],
       summary: "Change account email",
       security: [%{"oAuth" => ["write:accounts"]}],
       operationId: "UtilController.change_email",