diff --git a/app/views/filters/menu/_button.html.erb b/app/views/filters/menu/_button.html.erb index 5c8dd0bad..46e1719ce 100644 --- a/app/views/filters/menu/_button.html.erb +++ b/app/views/filters/menu/_button.html.erb @@ -3,5 +3,5 @@ action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click", controller: "hotkey" } do %> <%= image_tag "fizzy-logo.png" %> - <%= Current.user.identity.memberships.many? ? Account.sole.name : "Fizzy" %> -<% end %> + Boxcar +<% end %> \ No newline at end of file