LNURLp: NFC UI improvement (#767)

This commit is contained in:
calle 2022-07-21 13:39:21 +02:00 committed by GitHub
parent 76a5196dbf
commit 4feb45d745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ new Vue({
this.nfcTagWriting = false
this.$q.notify({
type: 'positive',
message: 'NFC Tag written successfully.'
message: 'NFC tag written successfully.'
})
} catch (error) {
this.nfcTagWriting = false

View File

@ -256,7 +256,7 @@ new Vue({
this.nfcTagWriting = false
this.$q.notify({
type: 'positive',
message: 'NFC Tag written successfully.'
message: 'NFC tag written successfully.'
})
} catch (error) {
this.nfcTagWriting = false