diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-07-19 21:35:57 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-07-19 21:35:57 +0300 |
commit | cf3f8cb72a46f0c8c798d4022cff442fae4ab401 (patch) | |
tree | 585b45b649a67efae1db0f22114b120d804031e8 /priv/gettext/it | |
parent | 5d215fd81f529b639db9096ca71d4e7f0a6ed386 (diff) | |
download | pleroma-cf3f8cb72a46f0c8c798d4022cff442fae4ab401.tar.gz pleroma-cf3f8cb72a46f0c8c798d4022cff442fae4ab401.zip |
[#1940] Reinstated OAuth-less `admin_token` authentication. Refactored UserIsAdminPlug (freed from checking admin scopes presence).
Diffstat (limited to 'priv/gettext/it')
-rw-r--r-- | priv/gettext/it/LC_MESSAGES/errors.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/priv/gettext/it/LC_MESSAGES/errors.po b/priv/gettext/it/LC_MESSAGES/errors.po index 406a297d1..cd0cd6c65 100644 --- a/priv/gettext/it/LC_MESSAGES/errors.po +++ b/priv/gettext/it/LC_MESSAGES/errors.po @@ -562,11 +562,11 @@ msgstr "Errore inaspettato durante l'aggiornamento del file nel pacchetto." msgid "Unexpected error occurred while updating pack metadata." msgstr "Errore inaspettato durante l'aggiornamento dei metadati del pacchetto." -#: lib/pleroma/plugs/user_is_admin_plug.ex:40 +#: lib/pleroma/plugs/user_is_admin_plug.ex:21 #, elixir-format -msgid "User is not an admin or OAuth admin scope is not granted." +msgid "User is not an admin." msgstr "" -"L'utente non è un amministratore o non ha ricevuto questa autorizzazione " +"L'utente non è un amministratore." "OAuth." #: lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex:61 |