Tooltip capitalization fixes (#2079)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user