Added alt text for information icon.

This commit is contained in:
vershwal
2018-03-15 12:54:42 +05:30
parent 3d57d1b0d6
commit 04bc4b09f0
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
en:
icons:
information: info
modes:
add_area:
title: Area
+3
View File
@@ -1,5 +1,8 @@
{
"en": {
"icons": {
"information": "info"
},
"modes": {
"add_area": {
"title": "Area",
+1
View File
@@ -157,6 +157,7 @@ export function uiTagReference(tag) {
_button = _button.enter()
.append('button')
.attr('class', 'tag-reference-button')
.attr('title', t('icons.information'))
.attr('tabindex', -1)
.call(svgIcon('#icon-inspect'))
.merge(_button);