Skip to content

Commit

Permalink
Merge pull request #2516 from CityOfZion/CU-86a0b89zf
Browse files Browse the repository at this point in the history
CU-86a0b89zf - Wrong text on sign message confirmation window
  • Loading branch information
melanke authored Aug 29, 2023
2 parents af6615e + 5b031bd commit 76d6c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DappRequest/SignMessage/SignMessage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const VerifyMessage = ({
])}
>
<img src={session.peer.metadata.icons[0]} />
<h3>{session.peer.metadata.name} wants you to verify a message</h3>
<h3>{session.peer.metadata.name} asks for authentication</h3>

{isHardwareLogin && (
<DialogueBox
Expand Down

0 comments on commit 76d6c9a

Please sign in to comment.