Skip to content

Commit

Permalink
remove outdated i18n strings
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Dec 13, 2024
1 parent 4778738 commit 3fb6aa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion i18n/english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ components:
custom: Use Custom Extract Bounds
gtfs: Use GTFS-Derived Extract Bounds
title: OSM Extract
title: Deployment
routerConfig:
brandingUrlRoot: Branding URL Root
carDropoffTime: Car Dropoff Time
Expand Down
5 changes: 0 additions & 5 deletions lib/manager/components/ProjectSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import React, { Component } from 'react'
import { Row, Col } from 'react-bootstrap'

import * as projectActions from '../actions/projects'
import {
getComponentMessages
} from '../../common/util/config'
import type { ManagerUserState } from '../../types/reducers'
import type { Project } from '../../types'

Expand All @@ -22,8 +19,6 @@ type Props = {
}

export default class ProjectSettings extends Component<Props> {
messages = getComponentMessages('ProjectSettings')

_updateProjectSettings = (project: Project, settings: Object) => {
const { updateProject } = this.props
// Update project and re-fetch feeds.
Expand Down

0 comments on commit 3fb6aa7

Please sign in to comment.