mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update product names for project templates
This commit is contained in:
@@ -66,7 +66,7 @@ const PROJECT_TYPE_MENU_ITEMS = [
|
||||
value: ProjectType.SecretManager
|
||||
},
|
||||
{
|
||||
label: "Cert Management",
|
||||
label: "Certificates Management",
|
||||
value: ProjectType.CertificateManager
|
||||
},
|
||||
{
|
||||
|
||||
@@ -45,11 +45,11 @@ type FormProps = {
|
||||
|
||||
const PROJECT_TYPE_MENU_ITEMS = [
|
||||
{
|
||||
label: "Secrets Manager",
|
||||
label: "Secrets Management",
|
||||
value: ProjectType.SecretManager
|
||||
},
|
||||
{
|
||||
label: "Certificates Manager",
|
||||
label: "Certificates Management",
|
||||
value: ProjectType.CertificateManager
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user