translation fix
This commit is contained in:
@@ -673,8 +673,8 @@ function shareQR() {
|
|||||||
|
|
||||||
if (navigator.share) {
|
if (navigator.share) {
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: 'Join my Snatch Game',
|
title: 'Únete a Snatch Game',
|
||||||
text: `Join ${printModal.value.name || 'me'} in Snatch Game!`,
|
text: `¡Únete a una partida de Snatch Game!`,
|
||||||
url: printModal.value.url
|
url: printModal.value.url
|
||||||
}).catch(err => console.log('Error sharing:', err));
|
}).catch(err => console.log('Error sharing:', err));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user