|
@@ -59,16 +59,16 @@
|
|
|
<!-- Peers -->
|
|
|
<x-peers class="center"></x-peers>
|
|
|
<x-no-peers>
|
|
|
- <h2>Open Snapdrop on other devices to send files.</h2>
|
|
|
+ <h2>Open Snapdrop on other devices to send files</h2>
|
|
|
</x-no-peers>
|
|
|
- <x-instructions desktop="Click to send files or right click to send a message." mobile="Tap to send files or long tap to send a message."></x-instructions>
|
|
|
+ <x-instructions desktop="Click to send files or right click to send a message" mobile="Tap to send files or long tap to send a message"></x-instructions>
|
|
|
<!-- Footer -->
|
|
|
<footer class="column">
|
|
|
<svg class="icon logo">
|
|
|
<use xlink:href="#wifi-tethering" />
|
|
|
</svg>
|
|
|
- <div id="displayName">The easiest way to transfer data across devices.</div>
|
|
|
- <div class="font-body2">Allow me to be discovered by: Everyone in this network.</div>
|
|
|
+ <div id="displayName" placeholder="The easiest way to transfer data across devices"></div>
|
|
|
+ <div class="font-body2">You can be discovered by everyone on this network</div>
|
|
|
</footer>
|
|
|
<!-- Receive Dialog -->
|
|
|
<x-dialog id="receiveDialog">
|
|
@@ -90,7 +90,7 @@
|
|
|
<x-background class="full center">
|
|
|
<x-paper shadow="2">
|
|
|
<h3>Send a Message</h3>
|
|
|
- <input id="textInput" placeholder="Send a message" autocomplete="off" autofocus>
|
|
|
+ <textarea id="textInput" placeholder="Send a message" autocomplete="off" autofocus></textarea>
|
|
|
<div class="row-reverse">
|
|
|
<button class="button" type="submit" close>Send</button>
|
|
|
<a class="button" close>Cancel</a>
|
|
@@ -130,7 +130,7 @@
|
|
|
<use xlink:href="#wifi-tethering" />
|
|
|
</svg>
|
|
|
<h1>Snapdrop</h1>
|
|
|
- <div class="font-subheading">The easiest way to transfer files across devices.</div>
|
|
|
+ <div class="font-subheading">The easiest way to transfer files across devices</div>
|
|
|
<div class="row">
|
|
|
<a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop" title="Snapdrop on Github" rel="noreferrer">
|
|
|
<svg class="icon">
|
|
@@ -147,7 +147,7 @@
|
|
|
<use xlink:href="#twitter" />
|
|
|
</svg>
|
|
|
</a>
|
|
|
- <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/docs/faq.md" title="Frequently asked questions" rel="noreferrer">
|
|
|
+ <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md" title="Frequently asked questions" rel="noreferrer">
|
|
|
<svg class="icon">
|
|
|
<use xlink:href="#help-outline" />
|
|
|
</svg>
|
|
@@ -214,7 +214,7 @@
|
|
|
<noscript>
|
|
|
<x-noscript class="full center column">
|
|
|
<h1>Enable Javascript</h1>
|
|
|
- <h3>Snapdrop works only with Javascript.</h3>
|
|
|
+ <h3>Snapdrop works only with Javascript</h3>
|
|
|
</x-noscript>
|
|
|
<style>
|
|
|
x-noscript {
|
|
@@ -228,4 +228,4 @@
|
|
|
}
|
|
|
</style>
|
|
|
</noscript>
|
|
|
-</body>
|
|
|
+</body>
|