Skip to content

Commit

Permalink
added i18 label for button verify
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatusic committed Jul 3, 2024
1 parent 1dae5a9 commit 772de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/project/ProjectGIVbackToast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const ProjectGIVbackToast = () => {
Button = (
<OutlineButton
onClick={() => setShowVerification(true)}
label='Verify project'
label={formatMessage({ id: 'label.project_verify' })}
icon={<IconVerifiedBadge16 />}
/>
);
Expand Down

0 comments on commit 772de21

Please sign in to comment.