We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e1056 commit 0fa7ac2Copy full SHA for 0fa7ac2
app/component/itinerary/navigator/NaviUtils.js
@@ -234,7 +234,9 @@ export const getAdditionalMessages = (
234
severity: 'INFO',
235
content: (
236
<div className="navi-info-content">
237
- <FormattedMessage id="navigation-remember-ticket" />
+ <span className="navi-header">
238
+ <FormattedMessage id="navigation-remember-ticket" />
239
+ </span>
240
<span>
241
{fares[0].ticketName} {fares[0].price} €
242
</span>
0 commit comments