Skip to content

Commit

Permalink
fix(suite): Fix button text in reveal address (#15998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Dec 17, 2024
1 parent e55ae3d commit bc1b824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ConfirmUnverifiedModal = ({
</Button>
)}
<Button onClick={handleClose} variant="tertiary">
<Translation id="TR_BACK" />
<Translation id="TR_DISMISS" />
</Button>
</>
}
Expand Down

0 comments on commit bc1b824

Please sign in to comment.