mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
fix undefined translation string, see #10417
This commit is contained in:
@@ -130,7 +130,7 @@ export function uiPhotoviewer(context) {
|
||||
.attr('class', 'set-photo-from-viewer')
|
||||
.call(svgIcon('#iD-icon-plus'))
|
||||
.call(uiTooltip()
|
||||
.title(() => t.append('inspector.set_photo_from_viewer'))
|
||||
.title(() => t.append('inspector.set_photo_from_viewer.enable'))
|
||||
.placement('right')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user