This commit is contained in:
2023-02-16 19:58:31 +00:00
parent b427437bc4
commit 678a234751
2 changed files with 21 additions and 16 deletions

View File

@@ -151,7 +151,7 @@ namespace Sockeye.Biz
// Extra info to display about key at top of key message
private static string LicenseInfo(License l)
public static string LicenseInfo(License l)
{
StringBuilder sb = new StringBuilder();
sb.Append("LICENSE DETAILS\r\n");