diff --git a/common/components/notices/BetaDataNotice.tsx b/common/components/notices/BetaDataNotice.tsx index 4611dafe..b8238047 100644 --- a/common/components/notices/BetaDataNotice.tsx +++ b/common/components/notices/BetaDataNotice.tsx @@ -33,7 +33,7 @@ export const BetaDataNotice: React.FC = () => {
- Data shown here is collected by TransitMatters using the{' '} + TransitMatters collects this data using the{' '} { > MBTA's V3 API - . Unlike other data sources we show, this data is not cleaned or filtered in any way - before display. Please expect reduced accuracy. + . Unlike data from other sources, it is not cleaned or filtered before display. + Please expect reduced accuracy.
We favor official performance data from the MBTA when it's available. Technical - details of our data collection can be found{' '} + details of our data collection are available in our{' '} - here + GitHub repository + .
This may lead to inaccuracies, particularly in headway calculations.
+This may lead to inaccuracy, particularly in headway calculations.
); diff --git a/common/components/notices/GobbleDataNotice.tsx b/common/components/notices/GobbleDataNotice.tsx index 374cc5a2..f0409ee4 100644 --- a/common/components/notices/GobbleDataNotice.tsx +++ b/common/components/notices/GobbleDataNotice.tsx @@ -29,29 +29,30 @@ export const GobbleDataNotice: React.FC = () => {- Data shown here is collected by TransitMatters using the{' '} + TransitMatters collects this data using the{' '} - MBTA's streaming API + MBTA's V3 API - . Unlike other data sources we show, this data is not cleaned or filtered in any way - before display. Innacuracies may be present. + . Unlike data from other sources, this data is not cleaned or filtered. Please expect + reduced accuracy.
Official MBTA data will be shown when available. Technical details of our data - collection can be found{' '} + collection can be found in our{' '} - here + GitHub repository + .
This may lead to inaccuracies, particularly in travel time & dwell calculations.
+This may lead to inaccuracy, particularly in travel time & dwell calculations.
);