diff --git a/portal-ui/src/screens/Console/Configurations/utils.tsx b/portal-ui/src/screens/Console/Configurations/utils.tsx index c974f16ad..991de6ed6 100644 --- a/portal-ui/src/screens/Console/Configurations/utils.tsx +++ b/portal-ui/src/screens/Console/Configurations/utils.tsx @@ -208,7 +208,7 @@ export const fieldsConfigurations: any = { name: "cors_allow_origin", required: false, label: "Cors Allow Origin", - tooltip: "list of origins allowed for CORS requests", + tooltip: "List of origins allowed for CORS requests", type: "csv", placeholder: "Enter allowed origin e.g. https://example.com", }, @@ -298,7 +298,7 @@ export const fieldsConfigurations: any = { name: "path_prefix", required: false, label: "Path Prefix", - tooltip: 'namespace prefix to isolate tenants e.g. "customer1/"', + tooltip: 'Namespace prefix to isolate tenants e.g. "customer1/"', type: "string", placeholder: "Enter Path Prefix", }, @@ -475,7 +475,7 @@ export const fieldsConfigurations: any = { name: "group_search_base_dn", required: false, label: "Group Search Base DN", - tooltip: "list of group search base DNs", + tooltip: "List of group search base DNs", type: "csv", placeholder: "dc=minioad,dc=local", },