Skip to content

Commit

Permalink
[DDW-97] Remove migration mention from the splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Mar 31, 2020
1 parent e4ce822 commit e6d7603
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class SplashNetworkFlight extends Component<Props> {
<p>{intl.formatMessage(messages.flightDescription1)}</p>
<FormattedHTMLMessage tagName="p" {...messages.flightDescription2} />
<p>{intl.formatMessage(messages.flightDescription3)}</p>
<p>{intl.formatMessage(messages.flightDescription4)}</p>
{/* <p>{intl.formatMessage(messages.flightDescription4)}</p> */}
<p>{intl.formatMessage(messages.flightDescription5)}</p>
</>
);
Expand Down

0 comments on commit e6d7603

Please sign in to comment.