mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
Small wording change left on certificates manager UI
This commit is contained in:
@@ -66,7 +66,7 @@ const PROJECT_TYPE_MENU_ITEMS = [
|
||||
value: ProjectType.SecretManager
|
||||
},
|
||||
{
|
||||
label: "Certificates Manager",
|
||||
label: "Certificate Manager",
|
||||
value: ProjectType.CertificateManager
|
||||
},
|
||||
{
|
||||
|
||||
@@ -88,7 +88,7 @@ export const getProjectTitle = (type: ProjectType) => {
|
||||
const titleConvert = {
|
||||
[ProjectType.SecretManager]: "Secrets Management",
|
||||
[ProjectType.KMS]: "Key Management",
|
||||
[ProjectType.CertificateManager]: "Cert Manager",
|
||||
[ProjectType.CertificateManager]: "Certificate Manager",
|
||||
[ProjectType.SSH]: "SSH",
|
||||
[ProjectType.SecretScanning]: "Secret Scanning",
|
||||
[ProjectType.PAM]: "PAM"
|
||||
|
||||
@@ -49,7 +49,7 @@ const PROJECT_TYPE_MENU_ITEMS = [
|
||||
value: ProjectType.SecretManager
|
||||
},
|
||||
{
|
||||
label: "Certificates Manager",
|
||||
label: "Certificate Manager",
|
||||
value: ProjectType.CertificateManager
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user