diff -r 8e0809dad9f7 -r 7d5ed4c927ce example/src/sqwl/cms/Content.scala --- 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"))