From c91e461a1e9feb72822e7762aaa6c5a7d8ffdcfc Mon Sep 17 00:00:00 2001 From: Michael Dever Date: Mon, 5 Oct 2015 22:19:13 +0100 Subject: [PATCH] Fix grammer issue in #1012 --- code/send_request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/send_request.js b/code/send_request.js index f11bdc05..be6d5712 100644 --- a/code/send_request.js +++ b/code/send_request.js @@ -95,7 +95,7 @@ window.outOfDateUserPrompt = function() dialog({ title: 'Reload IITC', - html: '

IITC is using an outdated version code. This will happen when Niantic update the standard intel site.

' + html: '

IITC is using an outdated version code. This will happen when Niantic updates the standard intel site.

' +'

You need to reload the page to get the updated changes.

' +'

If you have just reloaded the page, then an old version of the standard site script is cached somewhere.' +'In this case, try clearing your cache, or waiting 15-30 minutes for the stale data to expire.

',