Skip to content

Commit

Permalink
fix wrong bundle key
Browse files Browse the repository at this point in the history
  • Loading branch information
samuliheljo committed Dec 18, 2015
1 parent 5fb852b commit 0ad51cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/component/summary/no-route-popup.cjsx
Expand Up @@ -36,8 +36,8 @@ class NoRoutePopup extends React.Component
<Icon className="no-route-found-icon" img='icon-icon_no_route_found'/>
<p>
<FormattedMessage
id="not-route-msg"
defaultMessage="Unfortunately no route was found between the locations you gave. Please change the address or lorem ipsum sit dolor."/>
id="no-route-msg"
defaultMessage="Unfortunately no route was found between the locations you gave. Please change origin and/or destination address."/>
</p>
<a>
<FormattedMessage
Expand Down

0 comments on commit 0ad51cf

Please sign in to comment.