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