Skip to content

Commit

Permalink
Correctly capitalize JavaScript in nojs message. (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnofmidnight committed Jun 7, 2021
1 parent b35f56c commit 4e6747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<div id="touchnav-wrapper">

<div id="nojs" class="do-not-print">
<p><strong>Notice:</strong> While Javascript is not essential for this website, your interaction with the content will be limited. Please turn Javascript on for the full experience. </p>
<p><strong>Notice:</strong> While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavasSript on for the full experience. </p>
</div>

<!--[if lte IE 8]>
Expand Down

0 comments on commit 4e6747a

Please sign in to comment.