diff --git a/app/templates/home.html b/app/templates/home.html
index 1e035bd..d5826a8 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -20,7 +20,7 @@
{% else %}
No orders available.
{% if not current_user.is_anonymous() %}
- To create an order, fill in the form on the right.
+ To create an order, fill in the form here.
{% else %}
Login to create an order, or ask someone else.
{% endif %}