Skip to content

Commit

Permalink
docs: remove all non-docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Dec 14, 2023
1 parent cadfe72 commit 6be9132
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user/editor/stops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions i18n/english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -791,7 +791,7 @@ components:
changelog: Changelog
contact: Contact
copyright: Copyright
datatools: TRANSIT-data-tools
datatools: Data Tools
guide: Guide
home: Home
MapModal:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/admin/components/UserRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class UserRow extends Component<Props, State> {
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++
Expand Down
2 changes: 1 addition & 1 deletion lib/alerts/reducers/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 6be9132

Please sign in to comment.