You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sessions are no longer automatically created since the pairing phrase
must be used within 10 minutes of creation. With these changes, the
session is only created when the user clicks on the connect buttons.
"cmps.connect.ConnectPage.generateQrBtn": "Connect with QR",
47
-
"cmps.connect.ConnectPage.addlDesc": "If you’ve utilized your default pairing phrase, and want to create additional sessions.",
41
+
"cmps.connect.ConnectPage.description": "Lightning Node Connect enables you to connect to this node from the web.",
48
42
"cmps.connect.SessionRowHeader.label": "Label",
49
43
"cmps.connect.SessionRowHeader.type": "Type",
50
44
"cmps.connect.SessionRowHeader.state": "State",
@@ -57,7 +51,7 @@
57
51
"cmps.connect.QRCodeModal.title": "LNC QR",
58
52
"cmps.connect.QRCodeModal.desc": "Scan to connect to Terminal from your mobile phone.",
59
53
"cmps.home.HomePage.pageTitle": "Home",
60
-
"cmps.home.HomePage.connectDesc": "Connect your node to Terminal on the web via the link below. For mobile, generate a QR code to connect.",
54
+
"cmps.home.HomePage.connectDesc": "Securely and privately connect your node to Terminal on the web via the link below. For mobile, generate a QR code to connect.",
61
55
"cmps.home.HomePage.connectTerminalBtn": "Connect to Terminal",
62
56
"cmps.home.HomePage.connectQrBtn": "Connect with QR",
63
57
"cmps.home.HomePage.learnDesc": "The connection to your node occurs through the Lightning Node Connect protocol.",
0 commit comments