From a3e445d070751e0745d8226d1d5876662f0e822e Mon Sep 17 00:00:00 2001 From: Juano Date: Mon, 8 Apr 2024 11:36:35 -0400 Subject: [PATCH] copy change --- src/components/tabs/BeMapOutputIndicators.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/tabs/BeMapOutputIndicators.ts b/src/components/tabs/BeMapOutputIndicators.ts index d87dd00..0f53c54 100644 --- a/src/components/tabs/BeMapOutputIndicators.ts +++ b/src/components/tabs/BeMapOutputIndicators.ts @@ -96,7 +96,13 @@ export class BeMapOutputIndicators extends StateProvider { return html`

Results for Fiscal Year ${this.state.latestFY}

-

Disaggregated data is provided where/when available.

+

+ 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. +

${this.learnersReached} ${this.learnerInputs} ${this.learnerOutcomes} `; }