diff --git a/templates/item_preview.templ b/templates/item_preview.templ
index a81ace6..c9d167a 100644
--- a/templates/item_preview.templ
+++ b/templates/item_preview.templ
@@ -52,8 +52,8 @@ templ ItemPreview(d PreviewData) {
} else if d.Empty {
-
No results found
-
Try a broader search query or a different marketplace.
+
Nothing listed right now
+
Track it anyway. Veola will alert you when it appears. Leave the target price blank to be notified on any new listing.
} else {
@@ -144,7 +144,7 @@ templ confirmForm(d PreviewData) {
@hidden("actor_sold", d.Form.ActorSold)
@hidden("actor_price_compare", d.Form.ActorPriceCompare)
@hiddenBool("use_price_comparison", d.Form.UsePriceComparison)
-
+
Back
}
diff --git a/templates/item_preview_templ.go b/templates/item_preview_templ.go
index 2ab5ec3..1c614aa 100644
--- a/templates/item_preview_templ.go
+++ b/templates/item_preview_templ.go
@@ -91,7 +91,7 @@ func ItemPreview(d PreviewData) templ.Component {
return templ_7745c5c3_Err
}
} else if d.Empty {
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "
No results found
Try a broader search query or a different marketplace.
")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "
Nothing listed right now
Track it anyway. Veola will alert you when it appears. Leave the target price blank to be notified on any new listing.
")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
@@ -523,7 +523,7 @@ func confirmForm(d PreviewData) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- if d.Empty || d.Error != "" {
+ if d.Error != "" {
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 38, " disabled")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err