text change, fix copy pasta

This commit is contained in:
Lee Salminen 2022-08-30 08:08:11 -06:00
parent ad60c1614e
commit c114895219

View file

@ -170,7 +170,7 @@ new Vue({
this.nfcTagReading = true this.nfcTagReading = true
this.$q.notify({ this.$q.notify({
message: 'Tap your NFC tag to pay this invoice with LNURLw.' message: 'Tap your NFC tag to copy its UID here.'
}) })
return ndef.scan({signal: readerAbortController.signal}).then(() => { return ndef.scan({signal: readerAbortController.signal}).then(() => {