Skip to content

Commit

Permalink
receive: responsive address size and clarify text
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Jun 30, 2022
1 parent 9c7b651 commit 83c77f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/ReceiveModal/receive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
border: solid 1.25px rgba($black, 0.1);
margin: 0rem 0 1.5rem 0;
border-radius: 8px;
width: 350px;
align-items: center;
padding: 0.5rem 0.5rem 0.5rem 1rem;
}

&__address {
margin-right: 1rem;
flex: 1 0 auto;
font-size: 0.7rem;
font-family: 'Roboto Mono', monospace;
Expand Down
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@
"protocol": "Protocol",
"receiveModalQRDisclaimer": "This QR code can be scanned by the person who is sending you HNS coins.",
"receiveModalShowAddress": "Show address",
"receiveModalWarning": "Only receive HNS from this address",
"receiveModalWarning2": "Sending coins other than HNS will result in permanent loss. There is no way to recover those funds.",
"receiveModalWarning": "Only receive HNS or domains with this address",
"receiveModalWarning2": "Any other token or asset sent will be permanently lost with no way to recover them.",
"receiveModalYourAddressLabel": "Your Address:",
"recipientAddress": "Recipient address",
"recipientAddressHip2Enabled": "Recipient address or @ for alias",
Expand Down

0 comments on commit 83c77f1

Please sign in to comment.