diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index f90c0dec2..088f039cb 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -12,7 +12,9 @@ <a href="/">foi.mysociety.org</a> <span id="beta">(<%= link_to "in development", about_url %>)</span> </h1> - <div id="tagline">Request information from the UK Government</div> + <div id="tagline"> + Request and explore UK Government information + </div> </div> <ul id="navigation"> <li><a href="/">Make Request</a></li> |