Replace remaining document references with image
https://claude.ai/code/session_018Ym45siELMvsBQj4w9QAXf
change
commit b984b9be5cc19178f88ee9491f57f7b836a3cdfc
author Alpha Chen <alpha@kejadlen.dev>
date
parent f3072759
diff --git a/lib/views/capture.rb b/lib/views/capture.rb
index c5cc48c..822863a 100644
--- a/lib/views/capture.rb
+++ b/lib/views/capture.rb
@@ -13,7 +13,7 @@ module Domus
           head do
             meta(charset: "utf-8")
             meta(name: "viewport", content: "width=device-width, initial-scale=1")
-            title { "Domus - Add document" }
+            title { "Domus - Add image" }
             link(rel: "stylesheet", href: "/app.css")
             script(defer: true, src: "/capture.js")
             script(defer: true, src: "https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js")
@@ -107,7 +107,7 @@ module Domus
                 img(
                   "x-show": "preview",
                   ":src": "preview",
-                  alt: "Captured document"
+                  alt: "Captured image"
                 )
                 div(
                   class: "preview-placeholder",