diff options
Diffstat (limited to 'lib/views/help/about.rhtml')
-rw-r--r-- | lib/views/help/about.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/about.rhtml b/lib/views/help/about.rhtml index b68ff99..a2b5ef2 100644 --- a/lib/views/help/about.rhtml +++ b/lib/views/help/about.rhtml @@ -3,7 +3,7 @@ <%= render :partial => 'sidebar' %> <div id="left_column_flip"> - <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> + <h1 id="introduction">Introduction to <%= site_name %> <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> </div> |