diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:32 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:32 +0000 |
commit | 30b1d5093808974310a52917e6ab85d528683fae (patch) | |
tree | 6290ab7724fde5de287147011a16f8561de2ab9c /lib | |
parent | c6dcd863e28531e0d21ee64a8387bd27c2c0ed31 (diff) | |
download | pleroma-30b1d5093808974310a52917e6ab85d528683fae.tar.gz |
Apply lanodan's suggestion(s) to 1 file(s)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/twitter_util_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex index decb6572a..6ddc93a92 100644 --- a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex +++ b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex @@ -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", |