diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index 6e3cac6e5..50b37de57 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -145,6 +145,7 @@ export function uiRawTagEditor(context) { .append('button') .attr('tabindex', -1) .attr('class', 'form-field-button remove') + .attr('title', t('icons.remove')) .call(svgIcon('#iD-operation-delete'));