removing LNURL in favor of lightning address (#391)
This commit is contained in:
+12
-12
@@ -940,12 +940,12 @@
|
||||
"unkonwDecodeError": "Unknown decoding error occurred",
|
||||
"invalidInputType": "Not a valid address type",
|
||||
"expiredLightningInvoice": "This Lightning invoice has expired",
|
||||
"lnurlAuthStartMeessage": "Starting LNURL auth",
|
||||
"lnurlFailedAuthMessage": "Failed to authenticate LNURL",
|
||||
"lnurlConfirmMessage": "LNURL successfully authenticated",
|
||||
"lnurlPayInvoiceError": "Failed to generate invoice for LNURL payment. Please try again.",
|
||||
"lnurlAuthStartMeessage": "Starting Lightning login",
|
||||
"lnurlFailedAuthMessage": "Failed to authenticate using Lightning",
|
||||
"lnurlConfirmMessage": "Login successfull",
|
||||
"lnurlPayInvoiceError": "Failed to generate invoice for this Lightning address payment. Please try again.",
|
||||
"lnurlWithdrawlStart": "Generating invoice for withdrawal",
|
||||
"lnurlWithdrawlInvoiceError": "Unable to generate invoice for LNURL withdrawal",
|
||||
"lnurlWithdrawlInvoiceError": "Unable to generate invoice for Lightning withdrawal",
|
||||
"waitingForLnurlWithdrawl": "Waiting for payment...",
|
||||
"lnurlWithdrawlSuccess": "Withdrawal successful! Your payment is on its way.",
|
||||
"invoiceDetails": "Loading details",
|
||||
@@ -1048,12 +1048,12 @@
|
||||
"searchPlaceholder": "Find a contact",
|
||||
"lnurlAddMessage": "You are about to add",
|
||||
"noProfilesFound": "No profiles match this search",
|
||||
"startTypingMessage": "Search by LNURL (e.g. name@service.com) or Blitz username."
|
||||
"startTypingMessage": "Search by a Lightning address (e.g. name@service.com) or a Blitz username."
|
||||
},
|
||||
|
||||
"expandedContactPage": {
|
||||
"loadingContactError": "Unable to load contact, please try again.",
|
||||
"requestLNURLError": "You can only request money from Blitz contacts, not LNURL addresses.",
|
||||
"requestLNURLError": "You can only request money from Blitz contacts, not Lightning addresses.",
|
||||
"noTransactions": "Send or request a payment to see transaction history."
|
||||
},
|
||||
"expandedMessageHalfModal": {
|
||||
@@ -1064,8 +1064,8 @@
|
||||
"navTitle": "Edit Profile",
|
||||
"nameInputDesc": "Name",
|
||||
"nameInputPlaceholder": "Enter your name",
|
||||
"lnurlInputDesc": "LNURL Address",
|
||||
"lnurlInputPlaceholder": "Enter your LNURL address",
|
||||
"lnurlInputDesc": "Lightning Address",
|
||||
"lnurlInputPlaceholder": "Enter your Lightning address",
|
||||
"uniqueNameInputDesc": "Username",
|
||||
"uniqueNameInputPlaceholder": "Enter your username",
|
||||
"bioInputDesc": "Bio",
|
||||
@@ -1345,7 +1345,7 @@
|
||||
"mainToggleDesc": "Notifications let you stay informed about important events and updates happening in the app.",
|
||||
"optionsTitle": "Notification options",
|
||||
"contact": "Contact",
|
||||
"lnurl": "LNURL",
|
||||
"lnurl": "Lightning address",
|
||||
"nostrZaps": "Nostr zaps",
|
||||
"nwc": "Nostr Wallet Connect",
|
||||
"pos": "Point-of-sale"
|
||||
@@ -1500,7 +1500,7 @@
|
||||
"payingMessage": "Paying...",
|
||||
"notifyngMessage": "Notifiying...",
|
||||
"errorPaying": "Unable to pay Blitz contact. Try again later.",
|
||||
"invalidName": "Name is not an LNURL or a Blitz user.",
|
||||
"invalidName": "Name is not a Lightning Address or a Blitz user.",
|
||||
"removeEmployeeWarning": "Are you sure you want to remove this employee?",
|
||||
"startingPaymentProcessMessage": "Begining payment process, please do not leave this page or the app.",
|
||||
"goBack": "Go back",
|
||||
@@ -1900,7 +1900,7 @@
|
||||
"fullDeeplinkError": "Unable to retrieve contact information. Please try again.",
|
||||
"processingDeepLinkError": "Failed to process link: {{error}}",
|
||||
"legacyContactError": "Contact has not updated their wallet yet. Please ask them to update their wallet to send this.",
|
||||
"contactInvoiceGenerationError": "Error generating invoice. Make sure this is a valid LNURL address.",
|
||||
"contactInvoiceGenerationError": "Error generating invoice. Make sure this is a valid Lightning address.",
|
||||
"explorePagenoDataError": "We were unable to retrieve Blitz user count.",
|
||||
"savingFileError": "Error saving file to document",
|
||||
"savingFilePermissionsError": "Error getting permissions",
|
||||
|
||||
Reference in New Issue
Block a user