Skip to content

Commit

Permalink
Merge pull request #2631 from ever-co/add-translations
Browse files Browse the repository at this point in the history
[fix] Add missing translations to the confirm button
  • Loading branch information
evereq authored Jun 14, 2024
2 parents bb6f86f + cc85e45 commit b70bb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/components/image-overlapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function ImageOverlapper({
onCLickValidate();
}}>
<FaCheck size={17} fill="#ffffff" />
{" Confirm"}
{t('common.CONFIRM')}
</button>
</div>
</div>
Expand Down

0 comments on commit b70bb9d

Please sign in to comment.