misc: updated login self-hosting label for dedicated

This commit is contained in:
Sheen Capadngan
2024-11-15 01:36:33 +08:00
parent ccad684ab2
commit 4053078d95

View File

@@ -532,7 +532,7 @@ func askForDomain() error {
const (
INFISICAL_CLOUD_US = "Infisical Cloud (US Region)"
INFISICAL_CLOUD_EU = "Infisical Cloud (EU Region)"
SELF_HOSTING = "Self-Hosting"
SELF_HOSTING = "Self-Hosting or Dedicated Instance"
ADD_NEW_DOMAIN = "Add a new domain"
)