mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
fix content of locked ui field tooltip
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user