Skip to content

Commit

Permalink
copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
graphographer committed Apr 8, 2024
1 parent d565726 commit a3e445d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/tabs/BeMapOutputIndicators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ export class BeMapOutputIndicators extends StateProvider {

return html`
<h4>Results for Fiscal Year ${this.state.latestFY}</h4>
<p><em>Disaggregated data is provided where/when available.</em></p>
<p>
<em
>Disaggregated data is provided where/when available. These data come
from the U.S. Department of Labor, Millennium Challenge Corporation,
Peace Corps, USAID, and U.S. Department of Agriculture.</em
>
</p>
${this.learnersReached} ${this.learnerInputs} ${this.learnerOutcomes}
`;
}
Expand Down

0 comments on commit a3e445d

Please sign in to comment.