diff --git a/migrations.py b/migrations.py
index f006d36..d6c3ffe 100644
--- a/migrations.py
+++ b/migrations.py
@@ -43,7 +43,7 @@ async def m001_initial(db):
id TEXT PRIMARY KEY,
stall_id TEXT NOT NULL,
name TEXT NOT NULL,
- image TEXT DEFAULT,
+ image TEXT,
price REAL NOT NULL,
quantity INTEGER NOT NULL,
category_list TEXT DEFAULT '[]',
diff --git a/static/components/chat-dialog/chat-dialog.html b/static/components/chat-dialog/chat-dialog.html
index a428044..7eddfc0 100644
--- a/static/components/chat-dialog/chat-dialog.html
+++ b/static/components/chat-dialog/chat-dialog.html
@@ -8,8 +8,14 @@
>
-
-
- fill out the required fields, without keys, and download the
- order and send as a direct message to the merchant on any
- Nostr client
+ generate a key pair to make the order (you should backup up
+ your keys)
+
+
+ fill out the required fields and with your public key,
+ download the order and send as a direct message to the
+ merchant on any Nostr client
-
+ Use a Nostr browser extensionDownload the order and send manuallyGenerate a new key pair
@@ -123,7 +126,8 @@
:type="isPwd ? 'password' : 'text'"
v-if="!customerUseExtension"
v-model.trim="checkoutDialog.data.privkey"
- hint="Enter your private key or see bellow for instructions"
+ label="Private key *optional"
+ hint="Enter your private key"
>