Fix missing translation reported by Stefan Unverricht

This commit is contained in:
nathangray 2020-04-15 10:06:09 -06:00
parent 6b0d0b18e2
commit 017fa60870

View File

@ -255,7 +255,7 @@ var et2_description = /** @class */ (function (_super) {
position: { my: "right top", at: "left top", collision: "flipfit" },
tooltipClass: "et2_email_popup",
content: function () {
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="' + egw.lang(widget.options.hover_action_title) + '"><img src="'
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="' + widget.egw().lang(widget.options.hover_action_title) + '"><img src="'
+ egw.image("edit") + '"/></a>')
.on('click', function () {
widget.options.hover_action.call(self, self.widget, content);