change some text in invite page
This commit is contained in:
parent
ea91107347
commit
768efaf3a2
1 changed files with 6 additions and 2 deletions
|
|
@ -9,12 +9,16 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Invite Details</h1>
|
<h1>¡Has sido invitado!</h1>
|
||||||
|
<p>Has sido invitado a la seca.</p>
|
||||||
<p>Invite UUID: <%= invite.uuid %>
|
<p>Invite UUID: <%= invite.uuid %>
|
||||||
</p>
|
</p>
|
||||||
|
<p>Usa tu extensión de Nostr para darte de alta:</p>
|
||||||
<form onsubmit="acceptInvite();return false">
|
<form onsubmit="acceptInvite();return false">
|
||||||
<button type="submit">Click to accept invite with Nostr</button>
|
<button type="submit">Alta con Nostr</button>
|
||||||
</form>
|
</form>
|
||||||
|
<p>¿No tienes cuenta de Nostr? <a href="https://start.njump.me/" target="_blank" rel="noopener noreferrer">Crea
|
||||||
|
una aquí.</a< /p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue