Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Tweak error message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jan 22, 2018
1 parent 5108745 commit 30b14a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package-initialization-error-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PackageInitializationErrorComponent {
render () {
return $.div({className: 'PackageInitializationErrorComponent'},
$.h3(null, 'Teletype initialization failed'),
$.p(null, 'Error : ' + this.props.initializationError.message),
$.p(null, 'Error: ' + this.props.initializationError.message),
$.p(null, 'Make sure your internet connection is working and restart the package.'),
$.div(null,
$.button(
Expand Down

0 comments on commit 30b14a4

Please sign in to comment.