fix content of locked ui field tooltip

This commit is contained in:
Martin Raifer
2022-09-19 13:43:04 +02:00
parent af69bf91a9
commit e9bdd79887
+1 -1
View File
@@ -38,7 +38,7 @@ export function uiField(context, presetField, entityIDs, options) {
var _locked = false;
var _lockedTip = uiTooltip()
.title(() => t.append('inspector.lock.suggestion', { label: field.label }))
.title(() => t.append('inspector.lock.suggestion', { label: field.title }))
.placement('bottom');