Tooltip capitalization fixes (#2079)

This commit is contained in:
jinapurapu
2022-06-02 20:20:33 -07:00
committed by GitHub
parent d41f6e57d2
commit 73f09e1af6

View File

@@ -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",
},