diff --git a/app/components/UI/account/activity_feed.html.erb b/app/components/UI/account/activity_feed.html.erb index c6740a0a..14753b82 100644 --- a/app/components/UI/account/activity_feed.html.erb +++ b/app/components/UI/account/activity_feed.html.erb @@ -1,7 +1,7 @@ <%= turbo_frame_tag dom_id(account, "entries") do %>
- <%= tag.h2 t(".title"), class: "font-medium text-lg" %> + <%= tag.h2 "Activity", class: "font-medium text-lg" %> <% if account.manual? %> <%= render DS::Menu.new(variant: "button") do |menu| %>