poprawki w compose i kodzie
This commit is contained in:
@@ -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!');
|
||||
|
Reference in New Issue
Block a user