Explorar el Código

Merge pull request #256 from kevinji/patch-1

index: Fix capitalization of "JavaScript"
RobinLinus hace 4 años
padre
commit
8dfa600641
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      client/index.html

+ 2 - 2
client/index.html

@@ -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 {