Skip to content

Commit ea911e4

Browse files
authored
Merge pull request #285 from cmu-delphi/development
Changed some text in alternative interface
2 parents e6a4ca3 + fdc2911 commit ea911e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/epiportal/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from sentry_sdk.integrations.redis import RedisIntegration
2626

2727
APP_VERSION = "1.0.23"
28-
ALTERNATIVE_INTERFACE_VERSION = "1.0.9"
28+
ALTERNATIVE_INTERFACE_VERSION = "1.0.10"
2929

3030

3131
EPIVIS_URL = os.environ.get("EPIVIS_URL", "https://delphi.cmu.edu/epivis/")

src/templates/alternative_interface/alter_dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
99
<meta name="description" content="Access up-to-date infectious disease data and insights with Delphi EpiPortal." />
1010
<meta name="keywords" content="epidemiology, disease tracking, Delphi portal, health analytics, real-time data, public health" />
11-
<title>Delphi EpiPortal - Disease Dashboard</title>
11+
<title>Delphi's Respiratory Diseases Dashboard</title>
1212

1313
<!-- Fonts -->
1414
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
@@ -64,7 +64,7 @@
6464
<div class="col-lg-12">
6565
<h1 class="hero-title">Respiratory Diseases Dashboard</h1>
6666
<p class="hero-subtitle">
67-
Track COVID-19, influenza, RSV and other viral activity anywhere in the United States with real-time data from multiple sources.
67+
Track respiratory disease in counties, states and other regions across the United States with real-time data from multiple sources.
6868
</p>
6969
</div>
7070
</div>

0 commit comments

Comments
 (0)