diff --git a/data/core.yaml b/data/core.yaml index 07165e3b7..93248abad 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -175,7 +175,6 @@ en: show_more: Show More new_tag: New tag view_on_osm: View on openstreetmap.org - editing_feature: "Editing {feature}" all_tags: All tags all_members: All members all_relations: All relations diff --git a/js/id/ui/entity_editor.js b/js/id/ui/entity_editor.js index 990dac731..4748f5ea3 100644 --- a/js/id/ui/entity_editor.js +++ b/js/id/ui/entity_editor.js @@ -34,9 +34,7 @@ iD.ui.EntityEditor = function(context) { // Update $header.select('h3') - .text(state === 'select' ? - t('inspector.editing_feature', {feature: preset.name()}) : - preset.name()); + .text(preset.name()); $header.select('.preset-reset') .on('click', function() {