We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58d5ee7 + 9bc0884 commit 774d182Copy full SHA for 774d182
ui/src/App.tsx
@@ -185,7 +185,7 @@ function App() {
185
wallet &&
186
istPurse && (
187
<div className="card">
188
- <h3>My Inventory</h3>
+ <h3>My Wallet</h3>
189
<div>
190
191
<small>
@@ -257,7 +257,7 @@ function App() {
257
<>
258
<thead>
259
<tr>
260
- <th colSpan={keys(nameToIcon).length}>Want: up to 3 items</th>
+ <th colSpan={keys(nameToIcon).length}>Want: Choose up to 3 items</th>
261
</tr>
262
</thead>
263
<tbody className="want">
@@ -304,7 +304,7 @@ function App() {
304
305
306
<th colSpan={keys(nameToIcon).length}>
307
- Give: at least 0.25 IST
+ Give: Offer at least 0.25 IST
308
</th>
309
310
0 commit comments