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
intro:=fmt.Sprintf("Sign this transaction to register your account as %s", adj)
29
-
render:=intro
30
-
31
-
if!m.ShowLink {
32
-
render=lipgloss.JoinVertical(
33
-
lipgloss.Center,
34
-
render,
35
-
style.Green.Render("Scan the QR code with Pera")+" or "+style.Yellow.Render("press S to show a link instead"),
36
-
)
37
-
}
38
-
39
-
ifm.ShouldAddIncentivesFee() {
40
-
render=lipgloss.JoinVertical(
41
-
lipgloss.Center,
42
-
render,
43
-
"",
44
-
style.Bold("Note: Transction fee set to 2 ALGO (opting in to rewards)"),
45
-
)
46
-
}
30
+
textHeader:="Sign this transaction to register your account as %s"
31
+
textOpenURLInBrowser:="Open this URL in your browser:"
32
+
textPeraUserPressSForQr:=style.Italics("Pera wallet user? Press S to scan a QR instead.")
33
+
text2AFeeWarning:=style.Yellow.Render(style.Bold(("⚠ Transaction fee set to 2 ALGO (opting in to rewards)")))
34
+
textScanQrOrPressS:=style.Green.Render("Scan the QR code with Pera") +" or "+style.Yellow.Render("press S to show a link instead")
35
+
textOffline320Note:=style.Bold("Note: this will take effect after 320 rounds (~15 min.)\n") +"Please keep your node running during this cooldown period."
47
36
48
-
ifisOffline {
49
-
render=lipgloss.JoinVertical(
50
-
lipgloss.Center,
51
-
render,
52
-
"",
53
-
style.Bold("Note: this will take effect after 320 rounds (~15 min.)"),
54
-
"Please keep your node running during this cooldown period.",
0 commit comments