diff --git a/app/localization.js b/app/localization.js index 39c91f68..c43d407a 100644 --- a/app/localization.js +++ b/app/localization.js @@ -147,7 +147,7 @@ Localizer.prototype = { } if (elem.hasAttribute("value") && elem.tagName === "INPUT" && - isAnyOf(elem.getAttribute("type"), ["reset", "button"])) { + isAnyOf(elem.getAttribute("type"), ["reset", "button", "submit"])) { translateAttribute(elem, "value"); } }