Skip to content

Commit

Permalink
- Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 9, 2023
1 parent 00007c6 commit 2efe22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdrs-backend/tdpservice/users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def is_ocio_staff(self) -> bool:

@property
def is_ofa_sys_admin(self) -> bool:
"""Return whether or not the user is in the ACF OCIO Group."""
"""Return whether or not the user is in the OFA System Admin Group."""
return self.is_in_group("OFA System Admin")

@property
def is_ofa_admin(self) -> bool:
"""Return whether or not the user is in the ACF OCIO Group."""
"""Return whether or not the user is in the OFA Admin Group."""
return self.is_in_group("OFA Admin")

@property
Expand Down

0 comments on commit 2efe22c

Please sign in to comment.