Update GeneralSettings.cshtml (#5748)

Removed trailing data
This commit is contained in:
BitcoinMitchell
2024-02-13 09:48:16 +01:00
committed by GitHub
parent b7be93c569
commit 335f345ce3

View File

@@ -38,7 +38,7 @@
<input asp-for="StoreSupportUrl" class="form-control" />
<span asp-validation-for="StoreSupportUrl" class="text-danger"></span>
<div class="form-text">
For support requests, can contain the placeholders <code>{OrderId}</code> and <code>{InvoiceId}</code>. Can be any valid URI, such as a website, email, and nostr.",
For support requests, can contain the placeholders <code>{OrderId}</code> and <code>{InvoiceId}</code>. Can be any valid URI, such as a website, email, and nostr.
</div>
</div>