Skip to content

Commit

Permalink
Updated SMS Usage tile title
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley committed Dec 2, 2024
1 parent 3f58ff3 commit fc4fccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/enterprise/enterprise.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def _get_individual_export_rows(self, exports, export_line_counts):


class EnterpriseSMSReport(EnterpriseReport):
title = gettext_lazy('SMS Sent')
title = gettext_lazy('SMS Usage')
MAX_DATE_RANGE_DAYS = 90

def __init__(self, account, couch_user, start_date=None, end_date=None, num_days=30):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="fs-4">{{ report.title }}</div>
{% if report.title == "Mobile Form Submissions" %}
<button id="form_submission_dateRangeDisplay" type="button" data-bind="text: presetText" data-bs-toggle="modal" data-bs-target="#enterpriseFormsDaterange" data-sender="form_submission" class="btn btn-link fs-6">&nbsp;</button>
{% elif report.title == "SMS Sent" %}
{% elif report.title == "SMS Usage" %}
<button id="sms_dateRangeDisplay" type="button" data-bind="text: presetText" data-bs-toggle="modal" data-bs-target="#enterpriseFormsDaterange" data-sender="sms" class="btn btn-link fs-6">&nbsp;</button>
{% else %}
<div class="form-control-plaintext fs-6">{{ report.subtitle|default:"&nbsp;" }}</div>
Expand Down

0 comments on commit fc4fccd

Please sign in to comment.