Skip to content

Commit beb7e4a

Browse files
committed
fix: copy
1 parent 8bca367 commit beb7e4a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/app/screens/Options/TestConnection/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export default function TestConnection() {
117117
</div>
118118

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

122121
{account?.nodeRequired && (
123122
<div className="mt-6">
@@ -146,7 +145,7 @@ export default function TestConnection() {
146145
</div>
147146
)}
148147

149-
<div className="mt-6">
148+
<div className="mt-6 lg:grid lg:grid-cols-2">
150149
<TestConnectionResultCard
151150
color="bg-gray-100"
152151
accountName={accountInfo.name}

src/i18n/locales/en/translation.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
}
1919
},
2020
"test_connection": {
21-
"ready": "Awesome, you're ready to go!",
2221
"initializing": "Initializing your account. Please wait, this can take a minute...",
2322
"connection_error": "Connection Error",
2423
"review_connection_details": "Please review your connection details.",
2524
"connection_taking_long": "Trying to connect takes longer than expected... Are your details correct? Is your node reachable?",
2625
"contact_support": "If you need help please contact [email protected]",
27-
"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>.",
26+
"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>.",
2827
"actions": {
2928
"delete_edit_account": "Delete invalid account and edit again"
3029
}
@@ -407,7 +406,7 @@
407406
"description": "Fund your account and receive via your lightning address or an invoice"
408407
}
409408
},
410-
"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>.",
409+
"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>.",
411410
"upgrade_account": "You are using the old LNDHub setup. <0>Please re-connect</0> your Alby account to get access to the latest features."
412411
}
413412
},

0 commit comments

Comments
 (0)