2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

change mixin name

This commit is contained in:
Matthias 2022-01-09 03:02:19 +01:00
parent 33ee7e53db
commit 19f2c44c2a
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -359,7 +359,7 @@ class APICallMixin:
class MixinMeta:
"""meta options for this mixin"""
MIXIN_NAME = 'external API usage'
MIXIN_NAME = 'API calls'
def __init__(self):
super().__init__()