mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
Restore tooltips on rule checkboxes, separate 'tip' and 'reference'
Reference will show on clicking info button, and can contain more useful information than a tooltip can.
This commit is contained in:
@@ -96,7 +96,7 @@ export function validationPrivateData() {
|
||||
enter
|
||||
.append('div')
|
||||
.attr('class', 'issue-reference')
|
||||
.text(t('issues.private_data.tip'));
|
||||
.text(t('issues.private_data.reference'));
|
||||
|
||||
enter
|
||||
.append('strong')
|
||||
|
||||
Reference in New Issue
Block a user