diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp
index 9399eec6..a4aaeb5a 100755
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp
@@ -8,7 +8,7 @@
Welcome to Spring Travel
- This reference application shows how to use Spring MVC and Web Flow together with JavaServerPages (JSP) and Tiles to develop web applications.
+ This reference application shows how to use Spring MVC and Web Flow together with JavaServerPages (JSP) and Tiles to power web applications.
The key features illustrated in this sample include:
@@ -20,6 +20,7 @@
Managed persistence contexts with the Java Persistence API (JPA)
Unified Expression Language (EL) integration
Spring Security integration
+
Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library
Applying reusable page layouts with Tiles
Exception handling support across all layers of the application
Spring IDE tooling integration, with support for graphical flow modeling and visualization
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
index 6ac5d32c..04b8b9b9 100644
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
@@ -5,7 +5,7 @@
-
Spring Web Flow: Hotel Booking Sample Application
+
Spring Travel: Spring MVC and Web Flow Reference Application