mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-12 09:30:50 +02:00
normalized fields setting tooltip texts
This commit is contained in:
@@ -78,7 +78,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user