Skip to content

Commit

Permalink
Updates admin view to say records processed instead of Seq ID
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Aug 6, 2024
1 parent 2e2a75e commit a7ef0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/ui/src/components/routes/AdminView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const RecordsHeader = (props: {
props.setDisplayZeroCount(!props.displayZeroCount);
}}
/>
<span>Seq ID</span>
<span>Records Processed</span>
</div>
);
};
Expand Down

0 comments on commit a7ef0ea

Please sign in to comment.