Commit 545cfde5a747c5996fd5cc576ae303e3a83112ea

Authored by Jared Pace
1 parent 5ea34561
Exists in master and in 1 other branch production

Update Errbit tagline

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.html.haml
... ... @@ -27,5 +27,5 @@
27 27 #content
28 28 = render :partial => 'shared/flash_messages'
29 29 = yield
30   - #footer= "Powered by #{link_to 'Errbit', 'http://github.com/jdpace/errbit', :target => '_blank'}: the open source Hoptoad server.".html_safe
  30 + #footer= "Powered by #{link_to 'Errbit', 'http://github.com/jdpace/errbit', :target => '_blank'}: the open source error catcher.".html_safe
31 31 = yield :scripts
32 32 \ No newline at end of file
... ...