poprawki w compose i kodzie

This commit is contained in:
Mateusz Gruszczyński
2025-07-24 09:54:18 +02:00
parent 730330cba9
commit a68aa031bb
4 changed files with 5 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ function copyLink(link) {
if (navigator.share) {
navigator.share({
title: 'Udostępnij link',
text: 'Link do listy::',
text: 'Udostępniam link do listy:',
url: link
}).then(() => {
showToast('Link udostępniony!');