Skip to content

Commit

Permalink
fix: update copy, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jun 22, 2023
1 parent c0e34d4 commit 7337962
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/screens/OnChainReceive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function OnChainReceive() {
/>
}
/>
<div className="pt-4 h-full">
<div className="mt-8 h-full">
<Container justifyBetween maxWidth="sm">
<div className="text-center dark:text-neutral-200 h-full flex flex-col justify-center items-center">
<div className="mb-8">
Expand Down
4 changes: 2 additions & 2 deletions src/app/screens/Receive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ function Receive() {
{isAlbyUser && (
<div>
<Container justifyBetween maxWidth="sm">
<div className="relative flex items-center mb-4">
<div className="relative flex items-center mb-8">
<div className="flex-grow border-t border-gray-300 dark:border-gray-700"></div>
<span className="flex-shrink mx-4 text-gray-500 dark:text-gray-400 fw-bold">
{t("or")}
{tCommon("or")}
</span>
<div className="flex-grow border-t border-gray-300 dark:border-gray-700"></div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,13 +653,12 @@
"waiting": "waiting for payment...",
"status": "Check payment status"
},
"or": "OR",
"receive_via_bitcoin_address": "Receive via bitcoin address"
},
"on_chain": {
"title": "On Chain",
"instructions1": "To receive Bitcoin on-chain, log-in to your <0>Alby Account</0> at getalby.com",
"instructions2": "Your bitcoin on-chain address is under the <0>Receive</0> page, accessible from <0>Payments</0>",
"title": "Receive via bitcoin address",
"instructions1": "To receive bitcoin via a bitcoin address, login to your <0>Alby Account</0> on getalby.com",
"instructions2": "You can find your bitcoin address on the <0>Receive</0> page.",
"go": "Go to your Alby account ->"
},
"discover": {
Expand Down Expand Up @@ -826,6 +825,7 @@
"message": "Message",
"help": "Help",
"balance": "Balance",
"or": "or",
"actions": {
"back": "Back",
"delete": "Delete",
Expand Down

0 comments on commit 7337962

Please sign in to comment.