example/src/sqwl/cms/Content.scala
changeset 9 7d5ed4c927ce
parent 7 50a354e5bda4
child 10 4b5313097a4d
--- a/example/src/sqwl/cms/Content.scala	Thu Dec 06 13:35:32 2018 +0100
+++ b/example/src/sqwl/cms/Content.scala	Thu Dec 06 13:52:06 2018 +0100
@@ -46,8 +46,8 @@
 }
 
 object Content extends iContent {
-  def appTitle: String = "Kvalita pracovního života - studie"
-  def appTitleShort: String = "KPŽ - studie"
+  def appTitle: String = "Content management system example"
+  def appTitleShort: String = "CMS"
   def icon = ("icon.png", Paths.get("example/content/public/images/icon.png"))
   def publicAssets: Path = Paths.get("example/content/public")
   def styleSheet = ("site.css", Paths.get("example/content/public/css/site.css"))