-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bca367
commit beb7e4a
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,12 @@ | |
} | ||
}, | ||
"test_connection": { | ||
"ready": "Awesome, you're ready to go!", | ||
"initializing": "Initializing your account. Please wait, this can take a minute...", | ||
"connection_error": "Connection Error", | ||
"review_connection_details": "Please review your connection details.", | ||
"connection_taking_long": "Trying to connect takes longer than expected... Are your details correct? Is your node reachable?", | ||
"contact_support": "If you need help please contact [email protected]", | ||
"node_required": "The extension is configured, but to be able to send and receive payments finish the wallet configuration for your <0>Alby account</0>.", | ||
"node_required": "The Alby extension is configured, but to be able to send and receive payments finish the wallet configuration for your <0>Alby Account</0>.", | ||
"actions": { | ||
"delete_edit_account": "Delete invalid account and edit again" | ||
} | ||
|
@@ -407,7 +406,7 @@ | |
"description": "Fund your account and receive via your lightning address or an invoice" | ||
} | ||
}, | ||
"node_required": "Your Alby Account does not have a wallet configured. To be able to send and receive payments finish the wallet configuration for your <0>Alby account</0>.", | ||
"node_required": "Your Alby Account does not have a wallet configured. To be able to send and receive payments finish the wallet configuration for your <0>Alby Account</0>.", | ||
"upgrade_account": "You are using the old LNDHub setup. <0>Please re-connect</0> your Alby account to get access to the latest features." | ||
} | ||
}, | ||
|