Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Runtime dependencies should stay small, browser-safe, and audit-friendly.

## Sandbox

The sandbox in `sandbox/` is for manual browser testing against real BitBox02
The sandbox in `sandbox/` is for manual browser testing against real BitBox
hardware through WebHID or BitBoxBridge:

```bash
Expand Down
2 changes: 1 addition & 1 deletion sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BitBox02 sandbox (@bitboxswiss/bitbox-api)</title>
<title>BitBox sandbox (@bitboxswiss/bitbox-api)</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions sandbox/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function App() {
return (
<div className="container">
<h2>Pairing code</h2>
<p>Confirm the matching code on the BitBox02.</p>
<p>Confirm the matching code on the BitBox.</p>
<pre>{pairingCode}</pre>
{err !== undefined && (
<ErrorNotification
Expand All @@ -79,7 +79,7 @@ function App() {
if (bb02 !== undefined) {
return (
<div className="contentContainer">
<h2 style={{ textAlign: 'left' }}>BitBox02 sandbox</h2>
<h2 style={{ textAlign: 'left' }}>BitBox sandbox</h2>
<div style={{ textAlign: 'left' }}>
<p>Connection established.</p>
&nbsp;
Expand Down
Loading