From 3fca80d72de160503605ba0303ce58174706914c Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sat, 21 Jan 2023 16:08:08 -0600 Subject: Clean: some of the page text --- pages.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages.lisp') 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..."))) -- cgit v1.2.3