snapdrop

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

commit b1c001bc0c38bf3aaa3cca169ab0a10abaa575d0
parent 9fe3ab0fac669d15cd1431e3dc4cd363ba61fc5f
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Tue, 15 Dec 2020 22:22:28 +0100

Merge pull request #200 from lowewenzel/master

Small typo fix on 'Transfering'
Diffstat:
Mclient/styles.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/styles.css b/client/styles.css @@ -262,7 +262,7 @@ x-peer[transfer] x-icon { } x-peer[transfer] .status:before { - content: 'Transfering...'; + content: 'Transferring...'; } x-peer x-icon {