diff --git a/app/views/static/_footer.html.erb b/app/views/static/_footer.html.erb index ff5fbe016..fe182f1a4 100644 --- a/app/views/static/_footer.html.erb +++ b/app/views/static/_footer.html.erb @@ -11,7 +11,7 @@ <%= link_to "Advertising", help_page_path(id: "advertising") %> - Running e621ng + Running eBooru <% if GitHelper.version.empty? %> v. unknown diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e8cab6ef1..5c6758b8c 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -12,10 +12,6 @@ module Danbooru "e621" end - def software_name - "eBooru" - end - def description "Find good furry art, fast" end