aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pages/about.php (renamed from about.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/pages/about.php
index 9d0cd75..9586e73 100644
--- a/about.php
+++ b/pages/about.php
@@ -4,5 +4,5 @@ require_once('lib/bootstrap.php');
echo $tpl->render(array(
'page' => 'about',
- 'title' => 'About these awsome streams',
+ 'title' => 'About the Streams',
));