translation fix
All checks were successful
build-and-deploy / build (push) Successful in 19s
build-and-deploy / deploy (push) Successful in 10s

This commit is contained in:
2025-08-29 17:13:55 -06:00
parent a5f1ba669a
commit 1d6ef6f29e

View File

@@ -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 {