clarify recent blocks window text

This commit is contained in:
Kevin 2020-06-21 17:55:52 -05:00
parent 817f0263db
commit 5419cb431a
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@
<button class="closeRecentModal delete" aria-label="close"></button> <button class="closeRecentModal delete" aria-label="close"></button>
</header> </header>
<section class="modal-card-body recentBody"> <section class="modal-card-body recentBody">
Keep this open to see new blocks! Keep this open to see new blocks as they come in (or are created)!
<pre class="recentBlockList"></pre> <pre class="recentBlockList"></pre>
</section> </section>
</div> </div>