summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/news.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/news.inc.php b/modules/news.inc.php
index 7481fad2..e08006dd 100644
--- a/modules/news.inc.php
+++ b/modules/news.inc.php
@@ -51,7 +51,7 @@ class Page_News extends Page
}
// show it to the user
- Render::addDialog('News Verwaltung', false, 'page-news', array(
+ Render::addDialog('bwLehrpool News Verwaltung', false, 'page-news', array(
'token' => Session::get('token'),
'latestDate' => date('Y-m-d H:i:s (T)', $latestDate),
'latestContent' => $latestContent,