fix(wallet): use payment_processing i18n key for NFC pay spinner (#4097)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Bartok 2026-07-27 13:01:08 -05:00 committed by GitHub
parent fbf43e29fb
commit 37430f6a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -724,7 +724,7 @@ window.PageWallet = {
const dismissPaymentMsg = Quasar.Notify.create({
timeout: 0,
spinner: true,
message: this.$t('processing_payment')
message: this.$t('payment_processing')
})
LNbits.api