Skip to content

Commit

Permalink
Rename the description
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Dec 9, 2024
1 parent 4a2728f commit 9f1ee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/enterprise/enterprise.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def title(self):

@property
def description(self):
return gettext_lazy('# of Forms Submitted by Mobile Workers')
return gettext_lazy('# of Mobile Form Submissions')

MAXIMUM_USERS_PER_DOMAIN = getattr(settings, 'ENTERPRISE_REPORT_DOMAIN_USER_LIMIT', 20_000)
MAXIMUM_ROWS_PER_REQUEST = getattr(settings, 'ENTERPRISE_REPORT_ROW_LIMIT', 1_000_000)
Expand Down

0 comments on commit 9f1ee03

Please sign in to comment.