diff --git a/BTCPayServer/Views/Manage/APIKeys.cshtml b/BTCPayServer/Views/Manage/APIKeys.cshtml
index ff8caa7e1..aad4ae50d 100644
--- a/BTCPayServer/Views/Manage/APIKeys.cshtml
+++ b/BTCPayServer/Views/Manage/APIKeys.cshtml
@@ -5,7 +5,7 @@
}
| @keyData.Label | -@keyData.Id | +@keyData.Id |
@{
var permissions = keyData.GetBlob().Permissions;
}
@if (!permissions.Any())
{
- No permissions
+ No permissions
}
else
{
- @string.Join(", ", Permission.ToPermissions(permissions).Select(c => c.ToString()).Distinct().ToArray())
+
|
@@ -47,10 +52,9 @@ |
| - Generate new key - | -||||