snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 830367651b4917c9262971afd05ffb17063d5e5c
parent ee62b47305c85e29827947e354dd73fbbb7b096e
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Wed, 16 Dec 2020 04:53:36 +0100

Remove verbose punctuation

Diffstat:
Mclient/index.html | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/client/index.html b/client/index.html @@ -53,16 +53,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">You can be discovered by everyone on this network.</div> + <div id="displayName">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"> @@ -124,7 +124,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"> @@ -204,7 +204,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 {