minor screen reader improvements
This commit is contained in:
@@ -179,7 +179,9 @@ export function pageApplicationSettings() {
|
||||
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.")
|
||||
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.",
|
||||
),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user