diff --git a/app/main/views/organizations.py b/app/main/views/organizations.py index 6e3496a7f..7bedc2ff5 100644 --- a/app/main/views/organizations.py +++ b/app/main/views/organizations.py @@ -245,10 +245,10 @@ def get_services_dashboard_data(organization, year): if sms_sent > 0 or sms_remainder > 0: if sms_cost > 0: usage_parts.append( - f"{sms_sent:,} sms ({sms_remainder:,} remaining, ${sms_cost:,.2f})" + f"{sms_sent:,} sms ({sms_remainder:,} message parts remaining, ${sms_cost:,.2f})" ) else: - usage_parts.append(f"{sms_sent:,} sms ({sms_remainder:,} remaining)") + usage_parts.append(f"{sms_sent:,} sms ({sms_remainder:,} message parts remaining)") service["usage"] = ", ".join(usage_parts) if usage_parts else "No usage" diff --git a/app/templates/components/org_nav.html b/app/templates/components/org_nav.html index d93eb8cf7..0e5960b17 100644 --- a/app/templates/components/org_nav.html +++ b/app/templates/components/org_nav.html @@ -4,7 +4,7 @@
- When you join Notify, you're added to a service. This is your organization's workspace for sending text messages and emails. Within your service, you can: + Services are your organization's workspaces for sending text messages and emails. If you have multiple teams using Notify for different purposes, it is helpful to set up a separate Service for each team, with its own managers and templates. There is no limit to the number of Services you can create, and messages sent by all of your Services contribute to your overall messaging usage. Within each Service, you can:
- {{ current_org.name }} team members can: + {{ current_org.name }} organization administrators can: