Skip to content

Commit 05eedc5

Browse files
committed
Updated postGitHubProblem().
1 parent 4c28d14 commit 05eedc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ function a(){
434434
function postGitHubProblem(source){
435435
if(!_GitHubProblem){
436436
_GitHubProblem = true;
437-
openWindow('GitHub not reachable!', source+' is currently not reachable, please try again later. In the meantime see if <a href="https://www.githubstatus.com" target="_blank">GitHub Status</a> can help you.', true, '397px');
437+
openWindow('GitHub not reachable!', source+' is currently not reachable, please try again later. In the meantime, please check if <a href="https://www.githubstatus.com" target="_blank">GitHub Status</a> can help you.', true, '397px');
438438
}
439439
}
440440
}

0 commit comments

Comments
 (0)