diff options
Diffstat (limited to 'view/about-global.php')
-rw-r--r-- | view/about-global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/about-global.php b/view/about-global.php index 5807e8b..2707631 100644 --- a/view/about-global.php +++ b/view/about-global.php @@ -2,5 +2,5 @@ echo $tpl->render(array( 'page' => 'about-global', - 'title' => 'About the c3voc', + 'title' => 'About the C3VOC', )); |