Add lang attribute to more labels (re: #7963)

This commit is contained in:
Quincy Morgan
2020-09-23 10:44:38 -04:00
parent 4600ab596f
commit 9da4c4bb62
25 changed files with 55 additions and 52 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export function uiFieldLocalized(field, context) {
var _selection = d3_select(null);
var _multilingual = [];
var _buttonTip = uiTooltip()
.title(t('translate.translate'))
.title(t.html('translate.translate'))
.placement('left');
var _wikiTitles;
var _entityIDs = [];