fix undefined translation string, see #10417

This commit is contained in:
Martin Raifer
2024-08-22 13:54:23 +02:00
committed by GitHub
parent 31bef9f064
commit 34bb143561
+1 -1
View File
@@ -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')
);