Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 321a343

Browse files
committed
Fix title for activity feed
1 parent e8eb32d commit 321a343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/account/activity_feed.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<%= turbo_frame_tag dom_id(account, "entries") do %>
22
<div class="bg-container p-5 shadow-border-xs rounded-xl">
33
<div class="flex items-center justify-between mb-4" data-testid="activity-menu">
4-
<%= tag.h2 t(".title"), class: "font-medium text-lg" %>
4+
<%= tag.h2 "Activity", class: "font-medium text-lg" %>
55

66
<% if account.manual? %>
77
<%= render DS::Menu.new(variant: "button") do |menu| %>

0 commit comments

Comments
 (0)