diff --git a/lib/package-initialization-error-component.js b/lib/package-initialization-error-component.js index 7178d541..315c7738 100644 --- a/lib/package-initialization-error-component.js +++ b/lib/package-initialization-error-component.js @@ -30,9 +30,9 @@ class PackageInitializationErrorComponent { ) ), $.p(null, - 'If the problem persists, visit ', - $.a({href: this.getIssueURL(), className: 'text-info'}, 'atom/teletype'), - ' and open an issue.' + 'If the problem persists, please ', + $.a({href: this.getIssueURL(), className: 'text-info'}, 'open an issue'), + '.' ) ) }