From 8b931f3e6c50bc447f39d469aadf814332d8a775 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 22 Dec 2018 15:03:22 -0500 Subject: [PATCH] Use new message to encourage editing and translation --- modules/ui/tag_reference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/tag_reference.js b/modules/ui/tag_reference.js index d4ce97f5c..8fa05a1b8 100644 --- a/modules/ui/tag_reference.js +++ b/modules/ui/tag_reference.js @@ -108,7 +108,7 @@ export function uiTagReference(tag) { .attr('href', 'https://wiki.openstreetmap.org/wiki/' + docs.title) .call(svgIcon('#iD-icon-out-link', 'inline')) .append('span') - .text(t('inspector.reference')); + .text(t('inspector.edit_reference')); // Add link to info about "good changeset comments" - #2923 if (param.key === 'comment') {