Skip to content

Commit

Permalink
Update packages/desktop-client/src/components/reports/reports/Calenda…
Browse files Browse the repository at this point in the history
…rCard.tsx

Co-authored-by: Matt Fiddaman <[email protected]>
  • Loading branch information
lelemm and matt-fidd authored Dec 13, 2024
1 parent b09a37f commit a8848a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function CalendarCard({
marginRight: 4,
}}
>
Income:
<Trans>Income:</Trans>
</View>
<View style={{ color: chartTheme.colors.blue }}>
{totalIncome !== 0 ? (
Expand Down

0 comments on commit a8848a2

Please sign in to comment.