index: Fix capitalization of "JavaScript"
This commit is contained in:
parent
f07e651c7a
commit
b3dbce9be8
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@
|
|||
<!-- no script -->
|
||||
<noscript>
|
||||
<x-noscript class="full center column">
|
||||
<h1>Enable Javascript</h1>
|
||||
<h3>Snapdrop works only with Javascript</h3>
|
||||
<h1>Enable JavaScript</h1>
|
||||
<h3>Snapdrop works only with JavaScript</h3>
|
||||
</x-noscript>
|
||||
<style>
|
||||
x-noscript {
|
||||
|
|
Loading…
Reference in a new issue