diff --git a/src/registrar/views/portfolios.py b/src/registrar/views/portfolios.py index 43da69578..a28ab42af 100644 --- a/src/registrar/views/portfolios.py +++ b/src/registrar/views/portfolios.py @@ -128,8 +128,8 @@ def post(self, request, pk): if member.is_only_admin_of_portfolio(portfolio_member_permission.portfolio): return JsonResponse( { - "error": "There must be at least one admin in your organization. Give another member admin persmissions, \n" - "make sure they log into the registrar, and then remove this member." + "error": "There must be at least one admin in your organization. Give another member admin \n" + "persmissions, make sure they log into the registrar, and then remove this member." }, status=400, )