Tooltip capitalization fixes (#2079)
This commit is contained in:
@@ -208,7 +208,7 @@ export const fieldsConfigurations: any = {
|
|||||||
name: "cors_allow_origin",
|
name: "cors_allow_origin",
|
||||||
required: false,
|
required: false,
|
||||||
label: "Cors Allow Origin",
|
label: "Cors Allow Origin",
|
||||||
tooltip: "list of origins allowed for CORS requests",
|
tooltip: "List of origins allowed for CORS requests",
|
||||||
type: "csv",
|
type: "csv",
|
||||||
placeholder: "Enter allowed origin e.g. https://example.com",
|
placeholder: "Enter allowed origin e.g. https://example.com",
|
||||||
},
|
},
|
||||||
@@ -298,7 +298,7 @@ export const fieldsConfigurations: any = {
|
|||||||
name: "path_prefix",
|
name: "path_prefix",
|
||||||
required: false,
|
required: false,
|
||||||
label: "Path Prefix",
|
label: "Path Prefix",
|
||||||
tooltip: 'namespace prefix to isolate tenants e.g. "customer1/"',
|
tooltip: 'Namespace prefix to isolate tenants e.g. "customer1/"',
|
||||||
type: "string",
|
type: "string",
|
||||||
placeholder: "Enter Path Prefix",
|
placeholder: "Enter Path Prefix",
|
||||||
},
|
},
|
||||||
@@ -475,7 +475,7 @@ export const fieldsConfigurations: any = {
|
|||||||
name: "group_search_base_dn",
|
name: "group_search_base_dn",
|
||||||
required: false,
|
required: false,
|
||||||
label: "Group Search Base DN",
|
label: "Group Search Base DN",
|
||||||
tooltip: "list of group search base DNs",
|
tooltip: "List of group search base DNs",
|
||||||
type: "csv",
|
type: "csv",
|
||||||
placeholder: "dc=minioad,dc=local",
|
placeholder: "dc=minioad,dc=local",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user