Skip to content

Commit 7bfd79c

Browse files
Small copy change
1 parent b7c6413 commit 7bfd79c

File tree

1 file changed

+2
-2
lines changed
  • app/templates/views/organizations/organization

1 file changed

+2
-2
lines changed

app/templates/views/organizations/organization/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
<div class="margin-bottom-3">
1313
<div class="grid-row flex-align-center">
14-
<h2 id="chartTitle" class="margin-right-1 margin-y-0">Overall {{ selected_year }} Messages Sent</h2>
14+
<h2 id="chartTitle" class="margin-right-1 margin-y-0">Overall Usage</h2>
1515
<button
1616
type="button"
1717
class="usa-tooltip usa-tooltip__information margin-right-0"
1818
data-position="top"
19-
title="Total messages sent across all services in {{ current_org.name }}"
19+
title="Combined totals for all services in {{ current_org.name }} for the current agreement period"
2020
>
2121
<span class="usa-sr-only">More information</span>
2222
<img src="{{ asset_url('img/usa-icons/info.svg') }}" alt="" class="usa-icon" role="presentation" />

0 commit comments

Comments
 (0)