Skip to content

Commit

Permalink
User-facing text typically uses "project spaces" instead of "domains".
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Dec 17, 2024
1 parent b901b0d commit 8b0ce94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corehq/apps/enterprise/enterprise.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,11 +568,11 @@ def rows_for_domain(self, domain_obj):

class Enterprise2FAReport(EnterpriseReport):
title = gettext_lazy('Two Factor Authentication')
total_description = gettext_lazy('# of Domains not having 2FA enforced')
total_description = gettext_lazy('# of Project Spaces not having 2FA enforced')

@property
def headers(self):
return [_('Domain not having 2FA enforced'),]
return [_('Project Space not having 2FA enforced'),]

def total_for_domain(self, domain_obj):
if domain_obj.two_factor_auth:
Expand Down

0 comments on commit 8b0ce94

Please sign in to comment.