Skip to content

Commit

Permalink
minor rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
wds4 committed Jun 7, 2023
1 parent 52ad4c2 commit 448a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/window1/mastheads/tapestryStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TapestryStatus = () => {
<option disabled>testnet-2 (kinds: 9902, 39902)</option>
<option disabled>mainnet</option>
</select>{' '}
<span>loaded {numberOfBeginningTapestryEvents} (below) of {aThreadedTapestryEventIDs.length} events detected live on nostr</span>
<span>{aThreadedTapestryEventIDs.length} events detected live on nostr since startup ({numberOfBeginningTapestryEvents} when this page was loaded)</span>
</button>
<div style={{position: 'absolute', right: '10px', top: '2px', display: reloadButtonDisplay}}>
<NavLink
Expand Down

0 comments on commit 448a03f

Please sign in to comment.