mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
updates title
This commit is contained in:
parent
a2a49636e0
commit
4f9ea39554
@ -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…
Reference in New Issue
Block a user