Skip to content

Commit

Permalink
Be consistent with continue vs proceed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajp-io committed Nov 7, 2024
1 parent 41f5dda commit 4a6df61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kurl_proxy/assets/tls-warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
<script>
//defaults to chrome example
var firefoxText =
'On the next screen, click <span class="font-medium">Advanced…</span>, then click <span class="font-medium">Accept the Risk and Continue</span> to proceed to the Admin Console.';
'On the next screen, click <span class="font-medium">Advanced…</span>, then click <span class="font-medium">Accept the Risk and Continue</span> to continue to the Admin Console.';
var ieText =
'On the next screen, click "Continue to this website" to proceed to the Admin Console.';
'On the next screen, click "Continue to this website" to continue to the Admin Console.';
var safariText =
'On the next screen, click <span class="font-medium">Show Details</span>, then click <span class="font-medium">visit this website</span> to proceed to the Admin Console.';
'On the next screen, click <span class="font-medium">Show Details</span>, then click <span class="font-medium">visit this website</span> to continue to the Admin Console.';
var chromeText =
'On the next screen, click <span class="font-medium">Advanced</span>, then click <span class="font-medium">Proceed</span> to continue to the Admin Console.';
var operaText =
'On the next screen, click <span class="font-medium">Help me understand</span>, then click <span class="font-medium">Proceed</span> to continue to the Admin Console.';
var edgeText =
'On the next screen, click <span class="font-medium">Advanced</span>, then click <span class="font-medium">Continue</span> to proceed to the Admin Console.';
'On the next screen, click <span class="font-medium">Advanced</span>, then click <span class="font-medium">Continue</span> to continue to the Admin Console.';

var browserPlainText = "Other";
var browserBodyText = 'On the next screen, click through the warning to proceed to the Admin Console.';
Expand Down

0 comments on commit 4a6df61

Please sign in to comment.