From 9486804064397f5512659c5437bc0a977b212c4d Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Wed, 29 May 2024 11:34:38 +1000 Subject: [PATCH] Privilege -> access level --- api/api/serializers/media_serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api/serializers/media_serializers.py b/api/api/serializers/media_serializers.py index a57752767e6..78c030ba91f 100644 --- a/api/api/serializers/media_serializers.py +++ b/api/api/serializers/media_serializers.py @@ -46,7 +46,7 @@ class PaginatedRequestSerializer(serializers.Serializer): _SUBJECT_TO_PAGINATION_LIMITS = ( "This parameter is subject to limitations based on authentication " - "and special privileges. For details, refer to [the authentication " + "and access level. For details, refer to [the authentication " "documentation](#tag/auth)." )