From f4094ea995cdbef89682b9cd21002f6a2fccbbc5 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Fri, 9 Feb 2018 10:32:07 -0500 Subject: [PATCH] Reword issue-opening part of the error tooltip --- lib/package-initialization-error-component.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'), + '.' ) ) }