Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/EditTravelTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ export class Component extends React.Component<PropsUnion, State> {
{ value: 2700, label: i18n._(t`45 minutes`) },
// @ts-ignore
{ value: 3600, label: i18n._(t`60 minutes`) },
// @ts-ignore
{ value: 5400, label: i18n._(t`90 minutes`) },
];

const currentOption =
Expand Down
1 change: 1 addition & 0 deletions src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"30 minutes": "30 minutes",
"45 minutes": "45 minutes",
"60 minutes": "60 minutes",
"90 minutes": "90 minutes",
"Add new location": "Add new location",
"Add this location": "Add this location",
"Address": "Address",
Expand Down
1 change: 1 addition & 0 deletions src/locales/nl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"30 minutes": "30 minuten",
"45 minutes": "45 minuten",
"60 minutes": "60 minuten",
"90 minutes": "90 minuten",
"Add new location": "Nieuwe locatie",
"Add this location": "Locatie toevoegen",
"Address": "Adres...",
Expand Down