mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-12 01:20:48 +02:00
normalized fields setting tooltip texts
This commit is contained in:
@@ -196,7 +196,7 @@ export function settings(props) {
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip(() =>
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}`
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}.`
|
||||
),
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user