Skip to content

Commit

Permalink
fix(ui): Remove extra T in admin Queue page
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikspang committed Dec 2, 2024
1 parent 8e45680 commit 6797b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/views/admin/adminQueue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function AdminQueue() {
return (
<div>
<Header>
<h3>t{'Queue Overview'}</h3>
<h3>{'Queue Overview'}</h3>

<ButtonBar merged active={state.timeWindow}>
{TIME_WINDOWS.map(r => (
Expand All @@ -98,7 +98,7 @@ export default function AdminQueue() {
</PanelBody>
</Panel>

<h3>t{'Task Details'}</h3>
<h3>{'Task Details'}</h3>

<div>
<div className="m-b-1">
Expand Down

0 comments on commit 6797b38

Please sign in to comment.