mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
updates title
This commit is contained in:
parent
a2a49636e0
commit
4f9ea39554
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
@model ManageController.AddApiKeyViewModel
|
||||
|
||||
@{
|
||||
ViewData.SetActivePageAndTitle(ManageNavPages.APIKeys, "Add API Key");
|
||||
ViewData.SetActivePageAndTitle(ManageNavPages.APIKeys, "Generate API Key");
|
||||
}
|
||||
|
||||
@section PageHeadContent {
|
||||
|
@ -26,7 +26,7 @@
|
|||
</script>
|
||||
}
|
||||
|
||||
<h2 class="mb-4">@ViewData["PageTitle"]</h2>
|
||||
<h2 class="mb-3">@ViewData["PageTitle"]</h2>
|
||||
|
||||
<p>Generate a new api key to use BTCPay through its API.</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue