normalized fields setting tooltip texts

This commit is contained in:
Gani Georgiev
2026-06-08 09:57:50 +03:00
parent 77639f94ce
commit 72df31e22d
16 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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"}.`
),
}),
),