diff --git a/modules/ui/photoviewer.js b/modules/ui/photoviewer.js index 520717086..c637014f8 100644 --- a/modules/ui/photoviewer.js +++ b/modules/ui/photoviewer.js @@ -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') );