Skip to content

Commit

Permalink
fix: incorrect message id
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Nov 20, 2023
1 parent 65567b7 commit 74e5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/ItineraryTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class ItineraryTab extends React.Component {
if (!disclaimers.length) {
disclaimers.push(
<FareDisclaimer
textId="separate-ticket-required-for-call-agency-disclaimer"
textId="separate-ticket-required-disclaimer"
values={{
agencyName: get(config, 'ticketInformation.primaryAgencyName'),
}}
Expand Down

0 comments on commit 74e5f3c

Please sign in to comment.