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 = () => {

Real-time bus data is in beta

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

diff --git a/common/components/notices/BusDataNotice.tsx b/common/components/notices/BusDataNotice.tsx index a01184f6..14fbbb91 100644 --- a/common/components/notices/BusDataNotice.tsx +++ b/common/components/notices/BusDataNotice.tsx @@ -15,7 +15,7 @@ export const BusDataNotice: React.FC = () => { Due to data collection issues, bus data is not guaranteed to be complete for any stop or date.

-

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

diff --git a/common/components/notices/TerminusNotice.tsx b/common/components/notices/TerminusNotice.tsx index 98f6e00e..97bbdc7d 100644 --- a/common/components/notices/TerminusNotice.tsx +++ b/common/components/notices/TerminusNotice.tsx @@ -19,7 +19,7 @@ export const TerminusNotice: React.FC = ({ toStation, fromS Due to data collection issues at terminus stations, data is not guaranteed to be complete.

-

This may lead to inaccuracies, particularly in travel time & dwell calculations.

+

This may lead to inaccuracy, particularly in travel time & dwell calculations.

);