From 465ede3e822d696c36ea67b4ad9ed4ef32597b76 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 21 Oct 2025 13:42:24 -0700 Subject: [PATCH] 'Fizzy' -> 'Boxcar' The menu button should always display the product name --- app/views/filters/menu/_button.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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