diff --git a/lib/components/narrative/connected-trip-details.js b/lib/components/narrative/connected-trip-details.js index f094f559d..c014efc8b 100644 --- a/lib/components/narrative/connected-trip-details.js +++ b/lib/components/narrative/connected-trip-details.js @@ -13,6 +13,7 @@ const TripDetails = styled(TripDetailsBase)` const mapStateToProps = (state, ownProps) => { return { + messages: state.otp.config.language.tripDetails, routingType: state.otp.currentQuery.routingType, tnc: state.otp.tnc, timeFormat: coreUtils.time.getTimeFormat(state.otp.config),