aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index e4bad3382..78db9e399 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -56,6 +56,6 @@ else {
$banner = get_config('system','banner');
if($banner === false)
- $banner = 'friendika';
+ $banner = 'Friendika';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';