Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Oct 9, 2024
1 parent 8bca367 commit beb7e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/app/screens/Options/TestConnection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export default function TestConnection() {
</div>

<p className="mt-6 dark:text-gray-400"></p>
<p className="mt-6 dark:text-neutral-400">{t("ready")}</p>

{account?.nodeRequired && (
<div className="mt-6">
Expand Down Expand Up @@ -146,7 +145,7 @@ export default function TestConnection() {
</div>
)}

<div className="mt-6">
<div className="mt-6 lg:grid lg:grid-cols-2">
<TestConnectionResultCard
color="bg-gray-100"
accountName={accountInfo.name}
Expand Down
5 changes: 2 additions & 3 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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."
}
},
Expand Down

0 comments on commit beb7e4a

Please sign in to comment.