Skip to content

Commit

Permalink
fix: changed undefined translation (decentraland#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto authored Jun 20, 2023
1 parent 89ecd40 commit 80bfff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const CampaignHomepageBanner: React.FC = () => {
</div>
<img
src={hat}
alt={t('event_banner.event_tag')}
alt={t('campaign.event_tag')}
className="event-banner-hat"
/>
</div>
Expand Down

0 comments on commit 80bfff3

Please sign in to comment.