diff --git a/components/QRCodeComponent.tsx b/components/QRCodeComponent.tsx index cef9d35bb..abbc5c1cd 100644 --- a/components/QRCodeComponent.tsx +++ b/components/QRCodeComponent.tsx @@ -108,7 +108,12 @@ const QRCodeComponent: React.FC = ({ ); return ( - + {isMenuAvailable ? ( {renderQRCode} diff --git a/loc/en.json b/loc/en.json index 450bf8cde..2ef3e1414 100644 --- a/loc/en.json +++ b/loc/en.json @@ -125,7 +125,8 @@ "maxSats": "Maximum amount is {max} sats", "maxSatsFull": "Maximum amount is {max} sats or {currency}", "minSats": "Minimal amount is {min} sats", - "minSatsFull": "Minimal amount is {min} sats or {currency}" + "minSatsFull": "Minimal amount is {min} sats or {currency}", + "qrcode_for_the_address": "QR Code for the address" }, "send": { "provided_address_is_invoice": "This address appears to be for a Lightning invoice. Please, go to your Lightning wallet in order to make a payment for this invoice.",