Skip to content

Commit 3fb6aa7

Browse files
remove outdated i18n strings
1 parent 4778738 commit 3fb6aa7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

i18n/english.yml

-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ components:
578578
custom: Use Custom Extract Bounds
579579
gtfs: Use GTFS-Derived Extract Bounds
580580
title: OSM Extract
581-
title: Deployment
582581
routerConfig:
583582
brandingUrlRoot: Branding URL Root
584583
carDropoffTime: Car Dropoff Time

lib/manager/components/ProjectSettings.js

-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import React, { Component } from 'react'
44
import { Row, Col } from 'react-bootstrap'
55

66
import * as projectActions from '../actions/projects'
7-
import {
8-
getComponentMessages
9-
} from '../../common/util/config'
107
import type { ManagerUserState } from '../../types/reducers'
118
import type { Project } from '../../types'
129

@@ -22,8 +19,6 @@ type Props = {
2219
}
2320

2421
export default class ProjectSettings extends Component<Props> {
25-
messages = getComponentMessages('ProjectSettings')
26-
2722
_updateProjectSettings = (project: Project, settings: Object) => {
2823
const { updateProject } = this.props
2924
// Update project and re-fetch feeds.

0 commit comments

Comments
 (0)