Skip to content

Commit 774d182

Browse files
authored
Merge pull request #23 from Agoric/dc-label-tweaks
ui label tweaks
2 parents 58d5ee7 + 9bc0884 commit 774d182

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function App() {
185185
wallet &&
186186
istPurse && (
187187
<div className="card">
188-
<h3>My Inventory</h3>
188+
<h3>My Wallet</h3>
189189
<div>
190190
<div>
191191
<small>
@@ -257,7 +257,7 @@ function App() {
257257
<>
258258
<thead>
259259
<tr>
260-
<th colSpan={keys(nameToIcon).length}>Want: up to 3 items</th>
260+
<th colSpan={keys(nameToIcon).length}>Want: Choose up to 3 items</th>
261261
</tr>
262262
</thead>
263263
<tbody className="want">
@@ -304,7 +304,7 @@ function App() {
304304
<thead>
305305
<tr>
306306
<th colSpan={keys(nameToIcon).length}>
307-
Give: at least 0.25 IST
307+
Give: Offer at least 0.25 IST
308308
</th>
309309
</tr>
310310
</thead>

0 commit comments

Comments
 (0)