UI: (internal) rename close button to close on incoming shares

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Max Berger
2026-04-25 21:58:25 +02:00
parent f1af26a798
commit 5c1e67918e
3 changed files with 6 additions and 6 deletions

View File

@@ -260,7 +260,7 @@
</table>
<p class="hidden" data-name="nosharesmessage">No incoming shares</p>
<form>
<button type="button" class="green" data-name="cancel">Close</button>
<button type="button" class="green" data-name="close">Close</button>
</form>
<span class="error hidden" data-name="error"></span>
</section>