Use new message to encourage editing and translation

This commit is contained in:
Yuri Astrakhan
2018-12-22 15:03:22 -05:00
parent aa78cd10a3
commit 8b931f3e6c
+1 -1
View File
@@ -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') {