Skip to content

Commit

Permalink
CampaignInfoStatus.tsx: Fix wrong namespace on end date translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Jan 31, 2024
1 parent c47ac74 commit 50e46d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function CampaignInfoStatus({ campaign, showExpensesLink }: Props
<StatusText>
{campaign.endDate
? getExactDate(campaign.endDate, locale)
: t('campaigns:campaign.indefinite')}
: t('campaigns:indefinite')}
</StatusText>
</RowWrapper>
</Grid>
Expand Down

0 comments on commit 50e46d8

Please sign in to comment.