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

File diff suppressed because one or more lines are too long

2
ui/dist/index.html vendored
View File

@@ -13,7 +13,7 @@
<!-- prism --> <!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script> <script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-Bk1sdyO7.js"></script> <script type="module" crossorigin src="./assets/index-CZmartev.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js"> <link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-CCCeZnET.css"> <link rel="stylesheet" crossorigin href="./assets/index-CCCeZnET.css">
</head> </head>

View File

@@ -176,7 +176,11 @@ export function pageApplicationSettings() {
}), }),
t.label( t.label(
{ htmlFor: "meta.hideControls" }, { 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.")
}),
), ),
), ),
), ),