mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
fix typo in test/[...]/index.cshtml
Fix typo reported by following comment: 179520a211 (r53423646)
This commit is contained in:
parent
861e5b1530
commit
45679fa29e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user