fix typo in test/[...]/index.cshtml

Fix typo reported by following comment: 179520a211 (r53423646)
This commit is contained in:
Zaxounette 2021-07-13 16:14:36 +02:00 committed by Andrew Camilleri
parent 861e5b1530
commit 45679fa29e

View File

@ -9,7 +9,7 @@
<div class="row">
<h2>Persisted Data</h2>
<p>The following is data persisted to the configured database but in an isolated DbContext. Every time you start BTCPayw with this plugin enabled, a timestamp is logged.</p>
<p>The following is data persisted to the configured database but in an isolated DbContext. Every time you start BTCPay Server with this plugin enabled, a timestamp is logged.</p>
<ul class="list-group">
@foreach (var item in Model.Data)
{