Skip to content

Commit

Permalink
Renamed SMS Usage report headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley committed Dec 2, 2024
1 parent fc4fccd commit 8310efd
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 @@ -431,7 +431,7 @@ def total_for_domain(self, domain_obj):

@property
def headers(self):
headers = [_('Project Space Name'), _('# Sent'), _('# Received'), _('# Errors')]
headers = [_('Project Space'), _('# Sent'), _('# Received'), _('# Errors')]

return headers

Expand Down

0 comments on commit 8310efd

Please sign in to comment.