diff options
author | Grant Shangreaux <shoshin@cicadas.surf> | 2023-01-21 16:08:08 -0600 |
---|---|---|
committer | Grant Shangreaux <shoshin@cicadas.surf> | 2023-01-21 16:08:08 -0600 |
commit | 3fca80d72de160503605ba0303ce58174706914c (patch) | |
tree | 4f2f5977501d6e8b07e2c3fcc760ebb6af92db2b | |
parent | de8646afec9647095c37fabe93500fd8bbebb8aa (diff) |
Clean: some of the page text
-rw-r--r-- | pages.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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..."))) |