Skip to content

Commit

Permalink
Make summary apology generic
Browse files Browse the repository at this point in the history
  • Loading branch information
limdingwen committed Jul 28, 2024
1 parent 99321a7 commit 518d01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/app/components/SummaryNotAvailableApology.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Text } from "@mantine/core";
export default function SummaryNotAvailableApology() {
return (
<Text c="dimmed">
We&apos;re processing this bill&apos;s summary right now! Check back soon.
We&apos;re processing this summary right now! Check back soon.
</Text>
);
}

0 comments on commit 518d01d

Please sign in to comment.