Skip to content

Commit

Permalink
Adjust warning text.
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Jun 27, 2014
1 parent 9d847ab commit ce808ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/background.js
Expand Up @@ -199,7 +199,7 @@ chrome.browserAction.onClicked.addListener(function (tab) {
} else {
// Warn on-network redirects, but don't block them
if (onNetwork) {
showUserHint('You\'re on a BJC/WashU network, so you probably don\'t need a proxy.');
showUserHint('You\'re on a WashU network, so you probably don\'t need a proxy.');
}
// TODO: Handle Danforth differently, since they don't seem to like SSL as much.
// TODO: Consider dropping HTTPS support? Is this useful?
Expand Down

0 comments on commit ce808ac

Please sign in to comment.