fix the invite-one setup, fix adeep link, and tweak other verbiage & error info

This commit is contained in:
2025-06-18 02:32:47 -06:00
parent 911028849b
commit 9cbd3bbdde
5 changed files with 9 additions and 11 deletions

View File

@@ -473,7 +473,7 @@ export default class ContactQRScanShow extends Vue {
group: "alert",
type: "danger",
title: "Invalid QR Code",
text: "This QR code does not contain valid contact information. Please scan a TimeSafari contact QR code.",
text: "This QR code does not contain valid contact information. Scan a TimeSafari contact QR code.",
});
return;
}
@@ -521,7 +521,7 @@ export default class ContactQRScanShow extends Vue {
group: "alert",
type: "danger",
title: "Error",
text: "Could not determine the type of contact info. Please try again.",
text: "Could not determine the type of contact info. Try again, or tap the QR code to copy it and send it to them.",
});
return;
}