Skip to content

Commit

Permalink
Bridge v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang- committed Jun 7, 2021
1 parent 31269bc commit f6cda0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.8.2",
"version": "2.8.3",
"description": "An application for interacting with Azimuth",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Login() {
return <>To sign a Bitcoin transaction, please sign in.</>;
//
case COMMANDS.XPUB:
return <>To view your Bitcoin extended public key, please sign in</>;
return <>To view your Bitcoin extended public key, please sign in.</>;
//
default:
return <>Flow: {command.kind}</>;
Expand Down

0 comments on commit f6cda0a

Please sign in to comment.