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 -->
|
<!-- no script -->
|
||||||
<noscript>
|
<noscript>
|
||||||
<x-noscript class="full center column">
|
<x-noscript class="full center column">
|
||||||
<h1>Enable Javascript</h1>
|
<h1>Enable JavaScript</h1>
|
||||||
<h3>Snapdrop works only with Javascript</h3>
|
<h3>Snapdrop works only with JavaScript</h3>
|
||||||
</x-noscript>
|
</x-noscript>
|
||||||
<style>
|
<style>
|
||||||
x-noscript {
|
x-noscript {
|
||||||
|
|
Loading…
Reference in a new issue