diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml
index f4feb078..0456d27f 100755
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml
@@ -12,7 +12,7 @@
Welcome to Spring Travel
This reference application illustrates Spring Faces,
- a software library that focuses on the development of rich web applications using Spring and JavaServerFaces.
+ a software library that integrates Spring and JavaServerFaces technology to power rich web applications.
The key features illustrated in this sample include:
@@ -24,6 +24,7 @@
Managed persistence contexts with the Java Persistence API (JPA)
Unified Expression Language (EL) integration
Spring Security integration
+ Declarative page authoring with Facelets, including applying reusable page layouts
A lightweight component library for Ajax and client-side validation that employs progressive enhancement techniques
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-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml
index 7e171a3a..6783323c 100644
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml
@@ -23,7 +23,7 @@
Spring Travel: A Spring Faces Reference Application
- Welcome, ${currentUser.name} Logout
+ Welcome, ${currentUser.name} | Logout
diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
index d61b88be..cdf0b5dc 100755
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
@@ -5,10 +5,13 @@
-
-
Logout
-
You have successfully logged out.
-
-
+
+
Logout
+
You have successfully logged out.
+
+ Continue
+
+
+
\ No newline at end of file