Use textContent to update labelTranslate (#452)
This commit is contained in:
Родитель
a72329288a
Коммит
cb9d0ecee6
|
@ -53,7 +53,7 @@ window.MozTranslationNotification = class extends MozElements.Notification {
|
|||
}
|
||||
|
||||
updateTranslationProgress(localizedMessage) {
|
||||
this._getAnonElt("labelTranslate").innerHTML = localizedMessage;
|
||||
this._getAnonElt("labelTranslate").textContent = localizedMessage;
|
||||
}
|
||||
|
||||
init(translationNotificationManager) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче