summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shoshin@cicadas.surf>2023-01-21 16:08:08 -0600
committerGrant Shangreaux <shoshin@cicadas.surf>2023-01-21 16:08:08 -0600
commit3fca80d72de160503605ba0303ce58174706914c (patch)
tree4f2f5977501d6e8b07e2c3fcc760ebb6af92db2b
parentde8646afec9647095c37fabe93500fd8bbebb8aa (diff)
Clean: some of the page text
-rw-r--r--pages.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages.lisp b/pages.lisp
index 6d26565..9ae2de9 100644
--- a/pages.lisp
+++ b/pages.lisp
@@ -15,9 +15,9 @@
(:header
(:h1 "Pray and become a hero..."))
(:form :method "POST" :action "/godess-shrine"
- (:label :for "NAME" "Enter the epithet thy hero shall be called:")
+ (:label :for "NAME" "Enter the epithet by which the ages shall know thy hero:")
(:input :name "NAME")
- (:button :type "submit" "Pry To The Goddess"))))
+ (:button :type "submit" "Pray To The Goddess"))))
(defun doorkeeper ()
(with-page (:title "Tavern Door")
@@ -25,7 +25,7 @@
(:form :method "POST" :action "/tavern-door"
(:label :for "NAME" "Thy Hero's Appelation:")
(:input :name "NAME")
- (:button :type "submit" "Enter"))
+ (:button :type "submit" "Announce Thyself"))
(:h2 "Eh? Ye need to birth a new hero?")
(:a :href "/godess-shrine" "Follow me...")))