From 6be91329c1eaa8de3399705959787b006cd4ddae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adriana=20Ceri=C4=87?= <62163307+AdrianaCeric@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:29:16 -0500 Subject: [PATCH] docs: remove all non-docs changes --- docs/user/editor/stops.md | 2 +- i18n/english.yml | 6 +++--- lib/admin/components/UserRow.js | 2 +- lib/alerts/reducers/alerts.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user/editor/stops.md b/docs/user/editor/stops.md index fda0561b0..86134a0f6 100644 --- a/docs/user/editor/stops.md +++ b/docs/user/editor/stops.md @@ -36,7 +36,7 @@ Optionally, additional parameters can be included such as: ### Moving a stop -To move a selected stop, **click and drag the stop to the new location**. Or, if already you know the latitude and longitude coordinates, you can copy these into the text fields. After moving the stop, click save to keep the changes. +To move a selected stop, **click and drag the stop to the new location**. Or, if you already know the latitude and longitude coordinates, you can copy these into the text fields. After moving the stop, click save to keep the changes. ### View All Stops for a Feed diff --git a/i18n/english.yml b/i18n/english.yml index df801c819..bed509560 100644 --- a/i18n/english.yml +++ b/i18n/english.yml @@ -53,7 +53,7 @@ components: sortBy: Sort By url: 'Feed download URL' Brand: - dataTools: TRANSIT-data-tools + dataTools: Data Tools Breadcrumbs: deployments: Deployments projects: Projects @@ -791,7 +791,7 @@ components: changelog: Changelog contact: Contact copyright: Copyright - datatools: TRANSIT-data-tools + datatools: Data Tools guide: Guide home: Home MapModal: @@ -1138,7 +1138,7 @@ components: copyright: Copyright existingUsers: Existing users here: here - learnMore: Learn more about TRANSIT-data-tools + learnMore: Learn more about Data Tools signInHere: sign in here viewDashboard: View dashboard RegionSearch: diff --git a/lib/admin/components/UserRow.js b/lib/admin/components/UserRow.js index 4bc2c904b..507d4fc5b 100644 --- a/lib/admin/components/UserRow.js +++ b/lib/admin/components/UserRow.js @@ -83,7 +83,7 @@ class UserRow extends Component { const project = projects.find(p => p.id === id) // Use name of project for label (or track missing project with uuid). // A missing project can occur when the same Auth0 tenant is used for - // multiple instances of TRANSIT-data-tools or if a project is deleted (but + // multiple instances of Data Tools or if a project is deleted (but // the permission is still attached to the user). if (project) return project.name missingProjectCount++ diff --git a/lib/alerts/reducers/alerts.js b/lib/alerts/reducers/alerts.js index 5dc046ed3..9a97628a9 100644 --- a/lib/alerts/reducers/alerts.js +++ b/lib/alerts/reducers/alerts.js @@ -100,7 +100,7 @@ const alerts = ( : [] filteredAlerts // Grab the stop and route entities for later fetching from - // the TRANSIT-data-tools GraphQL endpoint. + // the Data Tools GraphQL endpoint. .forEach(alert => { if (alert && alert.ServiceAlertEntities && alert.ServiceAlertEntities.length > 0) { for (var j = 0; j < alert.ServiceAlertEntities.length; j++) {