Skip to content

Commit 085fca9

Browse files
authored
Merge pull request #885 from cmu-delphi/sgratzl/county_coverage
style: clarify indicator status coverage
2 parents f60c78b + 766a1fd commit 085fca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/modes/indicator-status/IndicatorStatus.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</div>
5252

5353
<hr />
54-
<FancyHeader invert sub="Coverage">{signal ? signal.name : '?'}</FancyHeader>
54+
<FancyHeader invert sub="County Coverage">{signal ? signal.name : '?'}</FancyHeader>
5555
<IndicatorCoverageChart
5656
{signal}
5757
{domain}

src/modes/indicator-status/IndicatorStatusTable.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
<th class="mobile-th uk-text-right">Latest Issue</th>
110110
<th class="mobile-th uk-text-right">Latest Data Available</th>
111111
<th class="mobile-th uk-text-right">Lag to Today</th>
112-
<th class="mobile-th uk-text-right">Latest Coverage</th>
112+
<th class="mobile-th uk-text-right">Latest County Coverage</th>
113113
<th class="mobile-th uk-text-right">
114-
<span>Coverage</span>
114+
<span>County Coverage</span>
115115
<div class="mobile-th-range">
116116
<span> {formatDateShortNumbers(domain.min)} </span>
117117
<span> {formatDateShortNumbers(domain.max)} </span>

0 commit comments

Comments
 (0)