This commit is contained in:
schlagmichdoch 2023-01-20 18:45:52 +01:00
commit c0c2715f56
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# PairDrop # PairDrop
[PairDrop](https://pairdrop.net): local file sharing in your browser. Inspired by Apple's Airdrop. [PairDrop](https://pairdrop.net): local file sharing in your browser. Inspired by Apple's AirDrop.
Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)

View file

@ -124,7 +124,7 @@
<h2 class="center">Unpair Devices</h2> <h2 class="center">Unpair Devices</h2>
<div class="font-subheading center text-center">Are you sure to unpair all devices?</div> <div class="font-subheading center text-center">Are you sure to unpair all devices?</div>
<div class="row-reverse space-between"> <div class="row-reverse space-between">
<button class="button" type="submit">Unpair all devices</button> <button class="button" type="submit">Unpair Devices</button>
<a class="button" close>Cancel</a> <a class="button" close>Cancel</a>
</div> </div>
</x-paper> </x-paper>