sync forgotten field tooltip

This commit is contained in:
Gani Georgiev
2026-04-18 18:34:18 +03:00
parent 7673798fa3
commit 624c3357be
3 changed files with 8 additions and 3 deletions

View File

@@ -176,7 +176,11 @@ export function pageApplicationSettings() {
}),
t.label(
{ htmlFor: "meta.hideControls" },
t.span({ className: "txt" }, "Hide collection create and edit controls"),
t.span({ className: "txt" }, "Hide/Lock collection and record controls"),
t.i({
className: "ri-information-line link-hint",
ariaDescription: app.attrs.tooltip("To prevent accidental changes when in production environment, collections create and update buttons will be hidden.\nRecords update will also require an extra unlock step before save.")
}),
),
),
),