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

Commit 30b14a4

Browse files
committed
Tweak error message formatting
1 parent 5108745 commit 30b14a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package-initialization-error-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class PackageInitializationErrorComponent {
1616
render () {
1717
return $.div({className: 'PackageInitializationErrorComponent'},
1818
$.h3(null, 'Teletype initialization failed'),
19-
$.p(null, 'Error : ' + this.props.initializationError.message),
19+
$.p(null, 'Error: ' + this.props.initializationError.message),
2020
$.p(null, 'Make sure your internet connection is working and restart the package.'),
2121
$.div(null,
2222
$.button(

0 commit comments

Comments
 (0)