Skip to content

Commit

Permalink
Merge pull request #4372 from Giveth/fix_verify_tag
Browse files Browse the repository at this point in the history
Fix verify button & tag
  • Loading branch information
kkatusic authored Jul 23, 2024
2 parents 8cc0400 + c726ceb commit 1dd6f1e
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 1dd6f1e

Please sign in to comment.